summaryrefslogtreecommitdiff
path: root/.config/scripts/master.sh
diff options
context:
space:
mode:
authorsilly <u65487754@gmail.com>2026-03-16 10:05:52 +0100
committerGitHub <noreply@github.com>2026-03-16 10:05:52 +0100
commita680ace5b2efc37df17165e3389bf67250dc86a0 (patch)
tree14395e8155f7bfab83bf1ff4856d6cbfbc8db438 /.config/scripts/master.sh
parentfab017de3c3715e573d937bf242d9e7028f08984 (diff)
Update master.sh
Diffstat (limited to '.config/scripts/master.sh')
-rw-r--r--.config/scripts/master.sh2
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 ;;