added picom jonaburg
parent
cde05d9a58
commit
bf2e209641
|
@ -10,6 +10,10 @@
|
||||||
url = github:nix-community/home-manager/release-21.05;
|
url = github:nix-community/home-manager/release-21.05;
|
||||||
inputs.nixpkgs.follows = "nixpkgs";
|
inputs.nixpkgs.follows = "nixpkgs";
|
||||||
};
|
};
|
||||||
|
picom = {
|
||||||
|
url = github:jonaburg/picom;
|
||||||
|
flake = false;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
outputs = inputs@{ self, utils, home-manager, nixpkgs, ...}:
|
outputs = inputs@{ self, utils, home-manager, nixpkgs, ...}:
|
||||||
|
|
|
@ -12,6 +12,14 @@ let
|
||||||
blur = true;
|
blur = true;
|
||||||
inactiveDim = "0.1";
|
inactiveDim = "0.1";
|
||||||
};
|
};
|
||||||
|
extraOptions = ''
|
||||||
|
corner-radius = 10;
|
||||||
|
rounded-cornes-exclude = [
|
||||||
|
"class_g = 'Polybar'",
|
||||||
|
"class_g = 'Rofi'"
|
||||||
|
]
|
||||||
|
round-borders = 1;
|
||||||
|
'';
|
||||||
};
|
};
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue