summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsilly <u65487754@gmail.com>2026-03-08 03:00:51 +0100
committerGitHub <noreply@github.com>2026-03-08 03:00:51 +0100
commit33b21e6d849125b705c6b2d1125c38bb134dcd01 (patch)
tree120a8740d550faeaec089ec0ccc6b293a0a1316d
parent46d2d786875141fc1b26f752d4ac0cf72f976b5f (diff)
Update master.sh
-rw-r--r--.config/scripts/master.sh2
1 files changed, 1 insertions, 1 deletions
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