From 33b21e6d849125b705c6b2d1125c38bb134dcd01 Mon Sep 17 00:00:00 2001 From: silly Date: Sun, 8 Mar 2026 03:00:51 +0100 Subject: Update master.sh --- .config/scripts/master.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/scripts/master.sh b/.config/scripts/master.sh index d27df9a..1b48eba 100644 --- a/.config/scripts/master.sh +++ b/.config/scripts/master.sh @@ -7,6 +7,6 @@ choice=$(echo -e "$options" | fuzzel -d -p "> ") case "$choice" in *wallpaper*) "$SCRIPT_DIR/wallpaper.sh" ;; - *decorations*) "$SCRIPT_DIR/settings.sh" ;; + *settings*) "$SCRIPT_DIR/settings.sh" ;; *fastfetch*) kitty sh -c "fastfetch; read -p 'press enter to close...'" ;; esac -- cgit v1.3.1