diff options
| author | silly <u65487754@gmail.com> | 2026-03-16 10:06:15 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-03-16 10:06:15 +0100 |
| commit | d80351c3ceeed55e0766cdcfc256eae3aa6e710b (patch) | |
| tree | 8720da1a8c22608a668a14d83bdd1cb8846931c9 /.config/scripts/settings.sh | |
| parent | 524beaf9dfca305498040874efc98fbc763112ce (diff) | |
Update settings.sh
Diffstat (limited to '.config/scripts/settings.sh')
| -rw-r--r-- | .config/scripts/settings.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/scripts/settings.sh b/.config/scripts/settings.sh index 0a89cec..7786abd 100644 --- a/.config/scripts/settings.sh +++ b/.config/scripts/settings.sh @@ -7,7 +7,7 @@ BTOP_CONF="$HOME/.config/btop/btop.conf" ANIMATION_SCRIPT="$HOME/.config/scripts/animations.sh" options="sharp/round toggle\nborder toggle\ngaps toggle\nanimations" -choice=$(echo -e "$options" | fuzzel -d -p "> ") +choice=$(echo -e "$options" | rofi -dmenu -i -p ">") [[ -z "$choice" ]] && exit |
