summaryrefslogtreecommitdiff
path: root/.config
diff options
context:
space:
mode:
authorsilly <u65487754@gmail.com>2026-03-08 02:57:44 +0100
committerGitHub <noreply@github.com>2026-03-08 02:57:44 +0100
commitf7d607a54a24848979bf43a2793cf3146cddc40f (patch)
tree21741f9f219aebbe6cd0019a1058ea356a4584f4 /.config
parent5ce1805662c2a651a5ae39c57a72901d7f05e332 (diff)
Update master.sh
Diffstat (limited to '.config')
-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" ;;