1
0
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:
2023-02-13 23:19:44 +01:00
parent 0f88954989
commit d0eb69229d
2 changed files with 3 additions and 3 deletions

12
configs/picom.nix Normal file
View 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;
};
}