feat(ags): add animations between DM and DE

This commit is contained in:
matt1432 2024-11-20 00:54:02 -05:00
parent ef23df4bb2
commit 44b73e7cae
5 changed files with 34 additions and 10 deletions
nixosModules/desktop/manager

View file

@ -52,6 +52,11 @@ self: {
shadow.enabled = false;
};
animation = [
"fadeLayersIn, 0"
"layers, 1, 4, default, popin 0%"
];
exec-once = [
setupMonitors
"agsGreeter &> /tmp/ags-greetd.log; hyprctl dispatch exit"