diff options
| author | caley <u65487754@gmail.com> | 2026-05-28 13:54:04 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-05-28 13:54:04 +0200 |
| commit | f678ffece1d0f2c5c81ff433eadaabbd5053789b (patch) | |
| tree | 46abc3ee55b6be1bb336ca10133ceba1733836aa /.config/scripts | |
| parent | 8951a34ba7ea570ce46e7aac495e04e5758793cf (diff) | |
Delete .config/scripts/master.sh
Diffstat (limited to '.config/scripts')
| -rw-r--r-- | .config/scripts/master.sh | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/.config/scripts/master.sh b/.config/scripts/master.sh deleted file mode 100644 index e68f370..0000000 --- a/.config/scripts/master.sh +++ /dev/null @@ -1,14 +0,0 @@ -SCRIPT_DIR="$HOME/.config/scripts" - -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" ;; - *ssh*) "$SCRIPT_DIR/ssh.sh" ;; -esac |
