(fuzzel) "finished" theme

This commit is contained in:
zegonix
2025-06-11 18:44:40 +02:00
parent 5889d87d74
commit 0389ba6559
2 changed files with 12 additions and 12 deletions

View File

@@ -22,15 +22,15 @@ width=1
radius=0 radius=0
[colors] [colors]
background=0D1008FF background=#0C0610C0
text=DFDFDFFF text=#EFEFEFFF
prompt=586E75FF prompt=#586E75FF
input=657B83FF input=#657B83FF
placeholder=93A1A1FF placeholder=#93A1A1FF
match=94E85AFF match=#7070DFFF
selection=808088FF selection=#404050C0
selection-text=0D1208FF selection-text=#EFEFEFFF
selection-match=205014FF selection-match=#7070DFFF
counter=93A1A1FF counter=#93A1A1FF
border=94E85AFF border=#9090FFFF

View File

@@ -13,7 +13,7 @@ select_audio_sink() {
return 1 return 1
fi fi
selection="$(printf "%s\n" "${names[@]//\"/}" | fuzzel --dmenu)" selection="$(printf "%s\n" "${names[@]//\"/}" | fuzzel --lines ${#names[@]} --dmenu)"
unset number unset number
for n in ${!names[@]}; do for n in ${!names[@]}; do