From 0b6d832f549b49489f66d909cb00909994e815b2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Moritz=20B=C3=B6hme?= Date: Mon, 20 Feb 2023 19:07:19 +0100 Subject: [PATCH] hyprland: change animations --- modules/programs/hyprland/config.nix | 20 ++++++++++++++------ 1 file changed, 14 insertions(+), 6 deletions(-) diff --git a/modules/programs/hyprland/config.nix b/modules/programs/hyprland/config.nix index 38ef853..a06a252 100644 --- a/modules/programs/hyprland/config.nix +++ b/modules/programs/hyprland/config.nix @@ -76,13 +76,21 @@ in # Some default Lanimations, see https://wiki.hyprland.org/Configuring/Animations/ for more - bezier = myBezier, 0.45, 0, 0.55, 1 + bezier = sine, 0.445, 0.05, 0.55, 0.95 + bezier = quad, 0.455, 0.03, 0.515, 0.955 + bezier = cubic, 0.68, -0.55, 0.265, 1.55 + bezier = quart, 0.77, 0, 0.175, 1 + bezier = quint, 0.86, 0, 0.07, 1 + bezier = expo, 1, 0, 0, 1 + bezier = circ, 0.785, 0.135, 0.15, 0.86 + bezier = back, 0.68, -0.55, 0.265, 1.55 - animation = windows, 1, 3, myBezier - animation = windowsOut, 1, 3, myBezier - animation = border, 1, 3, myBezier - animation = fade, 1, 3, myBezier - animation = workspaces, 1, 3, myBezier + + animation = windows, 1, 3, circ + animation = windowsOut, 1, 2, quint + animation = border, 1, 2, sine + animation = fade, 1, 2, sine + animation = workspaces, 1, 5, circ } dwindle {