From b06be22e277d9e5627ecc946cabb8575c804b878 Mon Sep 17 00:00:00 2001 From: silly Date: Mon, 16 Mar 2026 10:05:22 +0100 Subject: Update animations.sh --- .config/scripts/animations.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.config') diff --git a/.config/scripts/animations.sh b/.config/scripts/animations.sh index 8a02aeb..e499412 100644 --- a/.config/scripts/animations.sh +++ b/.config/scripts/animations.sh @@ -3,7 +3,7 @@ HYPR_CONF="$HOME/.config/hypr/hyprland.conf" options="fade\nvertical\nhorizontal" -choice=$(echo -e "$options" | fuzzel -d -p "> ") +choice=$(echo -e "$options" | rofi -dmenu -i -p ">") [[ -z "$choice" ]] && exit -- cgit v1.3.1