From b0cfe786a9a1e1cd42b60bce11422a4350be70f4 Mon Sep 17 00:00:00 2001 From: silly Date: Mon, 9 Mar 2026 17:07:07 +0100 Subject: Update master.sh --- .config/scripts/master.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to '.config/scripts/master.sh') diff --git a/.config/scripts/master.sh b/.config/scripts/master.sh index 433ca06..576e5aa 100644 --- a/.config/scripts/master.sh +++ b/.config/scripts/master.sh @@ -2,12 +2,14 @@ SCRIPT_DIR="$HOME/.config/scripts" -options="wallpaper\nsettings\nfastfetch" +options="wallpaper\nsettings\nconfig\nbtop\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 ;; *fastfetch*) kitty sh -c "fastfetch; read -p 'press enter to close...'" ;; esac -- cgit v1.3.1