summaryrefslogtreecommitdiff
path: root/.config/scripts/master.sh
diff options
context:
space:
mode:
Diffstat (limited to '.config/scripts/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