diff options
| author | silly <u65487754@gmail.com> | 2026-03-10 05:35:58 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-03-10 05:35:58 +0100 |
| commit | 81b2e5f3555e0e085014693de71857e8f5ba50e7 (patch) | |
| tree | 845e99b4f3983861620795e814428c95d80669f6 /.config/scripts/master.sh | |
| parent | 26b0d0b0a255513e4a72e42242cfa5eae7dd7887 (diff) | |
Update master.sh
Diffstat (limited to '.config/scripts/master.sh')
| -rw-r--r-- | .config/scripts/master.sh | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/.config/scripts/master.sh b/.config/scripts/master.sh index c090fed..062e852 100644 --- a/.config/scripts/master.sh +++ b/.config/scripts/master.sh @@ -2,14 +2,14 @@ SCRIPT_DIR="$HOME/.config/scripts" -options="wallpaper\nsettings\nconfig\nbtop\nfastfetch" +options="btop\nconfig\nsettings\nwallpaper\nfastfetch" choice=$(echo -e "$options" | fuzzel -d -p "> ") case "$choice" in - *wallpaper*) "$SCRIPT_DIR/wallpaper.sh" ;; - *settings*) "$SCRIPT_DIR/settings.sh" ;; - *config*) "$SCRIPT_DIR/config.sh" ;; *btop*) kitty btop ;; + *config*) "$SCRIPT_DIR/config.sh" ;; + *settings*) "$SCRIPT_DIR/settings.sh" ;; + *wallpaper*) "$SCRIPT_DIR/wallpaper.sh" ;; *fastfetch*) kitty sh -c "fastfetch; read -p ''" ;; esac |
