mirror of
https://github.com/youwen5/nixos.git
synced 2024-11-24 17:53:51 -08:00
feat: add new animations for layers
This commit is contained in:
parent
8482623b55
commit
a2562b6a54
1 changed files with 4 additions and 1 deletions
|
@ -237,10 +237,12 @@
|
||||||
layerrule = [
|
layerrule = [
|
||||||
"blur,rofi"
|
"blur,rofi"
|
||||||
"ignorezero,rofi"
|
"ignorezero,rofi"
|
||||||
|
"animation slide bottom 0.2 0.2 wind,rofi"
|
||||||
"blur,notifications"
|
"blur,notifications"
|
||||||
"ignorezero,notifications"
|
"ignorezero,notifications"
|
||||||
"blur,swaync-notification-window"
|
"blur,swaync-notification-window"
|
||||||
"animation,swaync-notification-window,popin"
|
"animation slide right 0.5 0.5,swaync-control-center"
|
||||||
|
"animation slide right 0.5 0.5,notifications"
|
||||||
"ignorezero,swaync-notification-window"
|
"ignorezero,swaync-notification-window"
|
||||||
"blur,swaync-control-center"
|
"blur,swaync-control-center"
|
||||||
"ignorezero,swaync-control-center"
|
"ignorezero,swaync-control-center"
|
||||||
|
@ -267,6 +269,7 @@
|
||||||
# "borderangle, 1, 30, liner, loop"
|
# "borderangle, 1, 30, liner, loop"
|
||||||
"fade, 1, 10, default"
|
"fade, 1, 10, default"
|
||||||
"workspaces, 1, 5, wind"
|
"workspaces, 1, 5, wind"
|
||||||
|
# "layers, 1, 8, default, slide"
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue