diff options
| author | silly <u65487754@gmail.com> | 2026-03-08 03:00:51 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-03-08 03:00:51 +0100 |
| commit | 33b21e6d849125b705c6b2d1125c38bb134dcd01 (patch) | |
| tree | 120a8740d550faeaec089ec0ccc6b293a0a1316d /.config | |
| parent | 46d2d786875141fc1b26f752d4ac0cf72f976b5f (diff) | |
Update master.sh
Diffstat (limited to '.config')
| -rw-r--r-- | .config/scripts/master.sh | 2 |
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 |
