added picom jonaburg

dev-docs
Moritz Böhme 2021-09-10 08:15:57 +00:00
parent cde05d9a58
commit bf2e209641
2 changed files with 12 additions and 0 deletions

View File

@ -10,6 +10,10 @@
url = github:nix-community/home-manager/release-21.05;
inputs.nixpkgs.follows = "nixpkgs";
};
picom = {
url = github:jonaburg/picom;
flake = false;
};
};
outputs = inputs@{ self, utils, home-manager, nixpkgs, ...}:

View File

@ -12,6 +12,14 @@ let
blur = true;
inactiveDim = "0.1";
};
extraOptions = ''
corner-radius = 10;
rounded-cornes-exclude = [
"class_g = 'Polybar'",
"class_g = 'Rofi'"
]
round-borders = 1;
'';
};
in
{