mirror of
https://github.com/kmein/niveum
synced 2026-03-16 10:11:08 +01:00
feat(picom): make animations faster, rename module
This commit is contained in:
@@ -224,7 +224,6 @@ in {
|
||||
./chromium.nix
|
||||
./clipboard.nix
|
||||
./cloud.nix
|
||||
./compton.nix
|
||||
./direnv.nix
|
||||
./distrobump.nix
|
||||
./docker.nix
|
||||
@@ -247,6 +246,7 @@ in {
|
||||
./newsboat.nix
|
||||
./flameshot-once.nix
|
||||
./packages.nix
|
||||
./picom.nix
|
||||
./stardict.nix
|
||||
./polkit.nix
|
||||
./power-action.nix
|
||||
|
||||
@@ -3,8 +3,8 @@
|
||||
enable = true;
|
||||
activeOpacity = 1;
|
||||
fade = true;
|
||||
fadeDelta = 10;
|
||||
inactiveOpacity = 0.8;
|
||||
fadeDelta = 5;
|
||||
inactiveOpacity = 0.9;
|
||||
shadow = true;
|
||||
menuOpacity = 0.9;
|
||||
shadowOpacity = 0.3;
|
||||
Reference in New Issue
Block a user