summaryrefslogtreecommitdiff
path: root/.config
diff options
context:
space:
mode:
authorsilly <u65487754@gmail.com>2026-03-16 10:02:43 +0100
committerGitHub <noreply@github.com>2026-03-16 10:02:43 +0100
commitdef222190a7f79f5bf8182718d9c3aacff2cbeb7 (patch)
tree6b95e681f2d81a5b6a6d664e0551e592361ef449 /.config
parent3efe6f23b65dec1c8aad32c7cea87f10cc6df5da (diff)
Update master.sh
Diffstat (limited to '.config')
-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 062e852..a126e9e 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" | fuzzel -d -p "> ")
+choice=$(echo -e "$options" | rofi -dmenu -p ">")
case "$choice" in
*btop*) kitty btop ;;