diff options
| author | silly <u65487754@gmail.com> | 2026-03-16 10:05:52 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-03-16 10:05:52 +0100 |
| commit | a680ace5b2efc37df17165e3389bf67250dc86a0 (patch) | |
| tree | 14395e8155f7bfab83bf1ff4856d6cbfbc8db438 /.config/scripts | |
| parent | fab017de3c3715e573d937bf242d9e7028f08984 (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 a126e9e..4df783f 100644 --- a/.config/scripts/master.sh +++ b/.config/scripts/master.sh @@ -4,7 +4,7 @@ SCRIPT_DIR="$HOME/.config/scripts" options="btop\nconfig\nsettings\nwallpaper\nfastfetch" -choice=$(echo -e "$options" | rofi -dmenu -p ">") +choice=$(echo -e "$options" | rofi -dmenu -i -p ">") case "$choice" in *btop*) kitty btop ;; |
