From 0161d5f092f689b67798603bba7d3b57b8758c52 Mon Sep 17 00:00:00 2001 From: silly Date: Sun, 5 Apr 2026 04:25:05 +0000 Subject: Update animations.sh --- .config/scripts/animations.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.config/scripts/animations.sh b/.config/scripts/animations.sh index 6c65212..581800b 100644 --- a/.config/scripts/animations.sh +++ b/.config/scripts/animations.sh @@ -11,8 +11,8 @@ case "$choice" in fade) sed -i '/@dynamic_workspaces/c\ animation = workspaces, 1, 1.94, almostLinear, fade # @dynamic_workspaces' "$HYPR_CONF" sed -i '/@dynamic_special/c\ animation = specialWorkspace, 1, 1.94, almostLinear, fade # @dynamic_special' "$HYPR_CONF" - hyprctl keyword animation "workspaces, 1, 1.94, almostLinear, fade" - hyprctl keyword animation "specialWorkspace, 1, 1.94, almostLinear, fade" + hyprctl keyword animation "workspaces, 1, 1, almostLinear, fade" + hyprctl keyword animation "specialWorkspace, 1, 1, almostLinear, fade" notify-send "animations" "fade" ;; vertical) -- cgit v1.3.1