diff options
| author | silly <u65487754@gmail.com> | 2026-04-04 12:53:04 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-04-04 12:53:04 +0000 |
| commit | e923d046d494ebeb130a5d6367deb15dddffb332 (patch) | |
| tree | 3f94ece5f21f500c56e13759ff60a0c4d7121bca /.config/scripts | |
| parent | 0587b2707f720ae236cf4b2eb516a1c405366036 (diff) | |
Update master.sh
Diffstat (limited to '.config/scripts')
| -rw-r--r-- | .config/scripts/master.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/scripts/master.sh b/.config/scripts/master.sh index 928e653..6545f00 100644 --- a/.config/scripts/master.sh +++ b/.config/scripts/master.sh @@ -2,7 +2,7 @@ SCRIPT_DIR="$HOME/.config/scripts" -options="btop\nconfig\nsettings\nwallpaper\nfastfetch" +options="btop\nconfig\nsettings\nwallpaper\nssh" choice=$(echo -e "$options" | rofi -dmenu -i -p ">") |
