diff options
Diffstat (limited to '.config/scripts')
| -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" ;; |
