From 9bc5907ff3a9b8775b58dfb5582f6e0e519b3a82 Mon Sep 17 00:00:00 2001 From: silly Date: Sun, 8 Mar 2026 02:58:10 +0100 Subject: Update settings.sh --- .config/scripts/settings.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.config') diff --git a/.config/scripts/settings.sh b/.config/scripts/settings.sh index adb5a89..7d0be18 100644 --- a/.config/scripts/settings.sh +++ b/.config/scripts/settings.sh @@ -2,8 +2,8 @@ HYPR_CONF="$HOME/.config/hypr/hyprland.conf" DUNST_CONF="$HOME/.config/dunst/dunstrc" -options="󰃟 sharp/round toggle\n󰃇 border toggle" -choice=$(echo -e "$options" | rofi -dmenu -i -p "settings") +options="sharp/round toggle\nborder toggle" +choice=$(echo -e "$options" | fuzzel -d -p ">") [[ -z "$choice" ]] && exit -- cgit v1.3.1