diff options
| author | silly <u65487754@gmail.com> | 2026-03-08 02:58:10 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-03-08 02:58:10 +0100 |
| commit | 9bc5907ff3a9b8775b58dfb5582f6e0e519b3a82 (patch) | |
| tree | 13e1e16656cf93a340164c80aa39f82cd1bfc208 /.config/scripts/settings.sh | |
| parent | f7d607a54a24848979bf43a2793cf3146cddc40f (diff) | |
Update settings.sh
Diffstat (limited to '.config/scripts/settings.sh')
| -rw-r--r-- | .config/scripts/settings.sh | 4 |
1 files changed, 2 insertions, 2 deletions
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 |
