From f7d607a54a24848979bf43a2793cf3146cddc40f Mon Sep 17 00:00:00 2001 From: silly Date: Sun, 8 Mar 2026 02:57:44 +0100 Subject: Update master.sh --- .config/scripts/master.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.config/scripts') 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" ;; -- cgit v1.3.1