From db7e1c050bc50ad72a6af84bb74a52215fb2a5d0 Mon Sep 17 00:00:00 2001 From: DashieTM Date: Sat, 21 Jun 2025 13:29:51 +0200 Subject: [PATCH] feat(hyprland): Use better animations --- modules/programs/hypr/hyprland.nix | 10 +++++----- modules/programs/ironbar.nix | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/modules/programs/hypr/hyprland.nix b/modules/programs/hypr/hyprland.nix index c6f3c8d..2a7d35e 100644 --- a/modules/programs/hypr/hyprland.nix +++ b/modules/programs/hypr/hyprland.nix @@ -323,15 +323,15 @@ in { }; animations = { - bezier = mkDashDefault "penguin,0.05,0.9,0.1,1.0"; + bezier = mkDashDefault "overshot, 0.05, 0.9, 0.1, 1.2"; animation = [ "windowsMove,1,4,default" - "windows,1,7,default,popin 70%" + "windows,1,3,overshot,slide bottom" "windowsOut,1,7,default,popin 70%" - "border,1,10,default" + "border,1,4,default" "fade,1,7,default" - "workspaces,1,6,default" - "layers,1,3,default,popin" + "workspaces,1,4,default" + "layers,1,2,default,slide" ]; }; diff --git a/modules/programs/ironbar.nix b/modules/programs/ironbar.nix index 98942a9..30427f6 100644 --- a/modules/programs/ironbar.nix +++ b/modules/programs/ironbar.nix @@ -109,7 +109,7 @@ { class = "popup-button"; label = ""; - on_click = "!oxidash --css /home/dashie/gits/oxidash/style.css"; + on_click = "!oxidash"; type = "button"; } ];