diff options
| author | silly <u65487754@gmail.com> | 2026-04-07 05:22:22 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-04-07 05:22:22 +0000 |
| commit | fd1fbc34c528101eb3aa763240255ba1b471f146 (patch) | |
| tree | 767895c0e502c4fcca21d52868f00ab9596354e6 | |
| parent | 1464a8a62bcd0e80fdf0fbfc1751428566abf77c (diff) | |
Update master.sh
| -rw-r--r-- | .config/scripts/master.sh | 3 |
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" ;; |
