diff --git a/home-manager/home.nix b/home-manager/home.nix index 33af27f..edbbfd1 100644 --- a/home-manager/home.nix +++ b/home-manager/home.nix @@ -267,7 +267,7 @@ in }; "custom/caway" = { format = "{}"; - exec = "ssh max@debian bash /home/max/caway.sh"; + exec = "ssh max@media bash /home/max/caway.sh"; }; "cpu" = { format = "{}%  "; @@ -422,6 +422,7 @@ in #custom-gimp, #custom-writer, #custom-luanti, + #custom-nixpkgs, #disk, #memory, #cpu, @@ -542,7 +543,7 @@ in animations = { "bezier" = "easeInOutBack, 0.68, -0.55, 0.265, 1.55"; animation = [ - "workspaces, 1, 15, easeInOutBack" + "workspaces, 1, 7, easeInOutBack" "windowsOut, 1, 7, easeInOutBack" ]; };