From 46d2d786875141fc1b26f752d4ac0cf72f976b5f Mon Sep 17 00:00:00 2001 From: silly Date: Sun, 8 Mar 2026 03:00:33 +0100 Subject: Update settings.sh --- .config/scripts/settings.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/scripts/settings.sh b/.config/scripts/settings.sh index 7d0be18..61a07cf 100644 --- a/.config/scripts/settings.sh +++ b/.config/scripts/settings.sh @@ -3,7 +3,7 @@ HYPR_CONF="$HOME/.config/hypr/hyprland.conf" DUNST_CONF="$HOME/.config/dunst/dunstrc" options="sharp/round toggle\nborder toggle" -choice=$(echo -e "$options" | fuzzel -d -p ">") +choice=$(echo -e "$options" | fuzzel -d -p "> ") [[ -z "$choice" ]] && exit -- cgit v1.3.1