feat: misc configs

This commit is contained in:
Barrett Ruth 2026-02-18 10:20:00 -05:00
parent 15a876e975
commit efb515d76c
Signed by: barrett
GPG key ID: A6C96C9349D2FC81
9 changed files with 91 additions and 48 deletions

View file

@ -22,7 +22,7 @@ else
if [ "$XDG_SESSION_TYPE" = "wayland" ]; then
require fuzzel
count="$(printf "%s\n" "$themes" | wc -l)"
theme="$(printf "%s\n" "$themes" | fuzzel --dmenu --prompt="theme: " --lines="$count")"
theme="$(printf "%s\n" "$themes" | fuzzel --dmenu --hide-prompt --lines="$count")"
else
require dmenu
theme="$(printf "%s\n" "$themes" | dmenu -p 'select theme: ')"