diff options
| author | silly <u65487754@gmail.com> | 2026-03-08 02:57:44 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-03-08 02:57:44 +0100 |
| commit | f7d607a54a24848979bf43a2793cf3146cddc40f (patch) | |
| tree | 21741f9f219aebbe6cd0019a1058ea356a4584f4 /.config/scripts/master.sh | |
| parent | 5ce1805662c2a651a5ae39c57a72901d7f05e332 (diff) | |
Update master.sh
Diffstat (limited to '.config/scripts/master.sh')
| -rw-r--r-- | .config/scripts/master.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.config/scripts/master.sh b/.config/scripts/master.sh index 76f5ff5..d27df9a 100644 --- a/.config/scripts/master.sh +++ b/.config/scripts/master.sh @@ -1,9 +1,9 @@ #!/bin/bash SCRIPT_DIR="$HOME/.config/scripts" -options=" wallpaper\n decorations\n fastfetch" +options="wallpaper\nsettings\nfastfetch" -choice=$(echo -e "$options" | rofi -dmenu -i -p "master" -theme-str 'window {width: 400px;}') +choice=$(echo -e "$options" | fuzzel -d -p "> ") case "$choice" in *wallpaper*) "$SCRIPT_DIR/wallpaper.sh" ;; |
