summaryrefslogtreecommitdiff
path: root/.config/scripts
diff options
context:
space:
mode:
authorsilly <u65487754@gmail.com>2026-04-07 05:22:22 +0000
committerGitHub <noreply@github.com>2026-04-07 05:22:22 +0000
commitfd1fbc34c528101eb3aa763240255ba1b471f146 (patch)
tree767895c0e502c4fcca21d52868f00ab9596354e6 /.config/scripts
parent1464a8a62bcd0e80fdf0fbfc1751428566abf77c (diff)
Update master.sh
Diffstat (limited to '.config/scripts')
-rw-r--r--.config/scripts/master.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/.config/scripts/master.sh b/.config/scripts/master.sh
index 6545f00..cd75344 100644
--- a/.config/scripts/master.sh
+++ b/.config/scripts/master.sh
@@ -2,12 +2,13 @@
SCRIPT_DIR="$HOME/.config/scripts"
-options="btop\nconfig\nsettings\nwallpaper\nssh"
+options="btop\nnetwork\nconfig\nsettings\nwallpaper\nssh"
choice=$(echo -e "$options" | rofi -dmenu -i -p ">")
case "$choice" in
*btop*) kitty btop ;;
+ *network*) "$SCRIPT_DIR/network.sh" ;;
*config*) "$SCRIPT_DIR/config.sh" ;;
*settings*) "$SCRIPT_DIR/settings.sh" ;;
*wallpaper*) "$SCRIPT_DIR/wallpaper.sh" ;;