feat(hyprland): Use better animations

This commit is contained in:
DashieTM 2025-06-21 13:29:51 +02:00
parent 5447e31d11
commit db7e1c050b
2 changed files with 6 additions and 6 deletions

View file

@ -323,15 +323,15 @@ in {
}; };
animations = { animations = {
bezier = mkDashDefault "penguin,0.05,0.9,0.1,1.0"; bezier = mkDashDefault "overshot, 0.05, 0.9, 0.1, 1.2";
animation = [ animation = [
"windowsMove,1,4,default" "windowsMove,1,4,default"
"windows,1,7,default,popin 70%" "windows,1,3,overshot,slide bottom"
"windowsOut,1,7,default,popin 70%" "windowsOut,1,7,default,popin 70%"
"border,1,10,default" "border,1,4,default"
"fade,1,7,default" "fade,1,7,default"
"workspaces,1,6,default" "workspaces,1,4,default"
"layers,1,3,default,popin" "layers,1,2,default,slide"
]; ];
}; };

View file

@ -109,7 +109,7 @@
{ {
class = "popup-button"; class = "popup-button";
label = ""; label = "";
on_click = "!oxidash --css /home/dashie/gits/oxidash/style.css"; on_click = "!oxidash";
type = "button"; type = "button";
} }
]; ];