mirror of
https://github.com/kmein/niveum
synced 2026-03-21 04:11:07 +01:00
feat(picom): make animations faster, rename module
This commit is contained in:
12
configs/picom.nix
Normal file
12
configs/picom.nix
Normal file
@@ -0,0 +1,12 @@
|
||||
{
|
||||
services.picom = {
|
||||
enable = true;
|
||||
activeOpacity = 1;
|
||||
fade = true;
|
||||
fadeDelta = 5;
|
||||
inactiveOpacity = 0.9;
|
||||
shadow = true;
|
||||
menuOpacity = 0.9;
|
||||
shadowOpacity = 0.3;
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user