summaryrefslogtreecommitdiff
path: root/.config/scripts
diff options
context:
space:
mode:
Diffstat (limited to '.config/scripts')
-rw-r--r--.config/scripts/master.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/.config/scripts/master.sh b/.config/scripts/master.sh
index 76f5ff5..d27df9a 100644
--- a/.config/scripts/master.sh
+++ b/.config/scripts/master.sh
@@ -1,9 +1,9 @@
#!/bin/bash
SCRIPT_DIR="$HOME/.config/scripts"
-options="󰸉 wallpaper\n󰳗 decorations\n󰒓 fastfetch"
+options="wallpaper\nsettings\nfastfetch"
-choice=$(echo -e "$options" | rofi -dmenu -i -p "master" -theme-str 'window {width: 400px;}')
+choice=$(echo -e "$options" | fuzzel -d -p "> ")
case "$choice" in
*wallpaper*) "$SCRIPT_DIR/wallpaper.sh" ;;