(fuzzel) "finished" theme
This commit is contained in:
@@ -22,15 +22,15 @@ width=1
|
||||
radius=0
|
||||
|
||||
[colors]
|
||||
background=0D1008FF
|
||||
text=DFDFDFFF
|
||||
prompt=586E75FF
|
||||
input=657B83FF
|
||||
placeholder=93A1A1FF
|
||||
match=94E85AFF
|
||||
selection=808088FF
|
||||
selection-text=0D1208FF
|
||||
selection-match=205014FF
|
||||
counter=93A1A1FF
|
||||
border=94E85AFF
|
||||
background=#0C0610C0
|
||||
text=#EFEFEFFF
|
||||
prompt=#586E75FF
|
||||
input=#657B83FF
|
||||
placeholder=#93A1A1FF
|
||||
match=#7070DFFF
|
||||
selection=#404050C0
|
||||
selection-text=#EFEFEFFF
|
||||
selection-match=#7070DFFF
|
||||
counter=#93A1A1FF
|
||||
border=#9090FFFF
|
||||
|
||||
|
||||
@@ -13,7 +13,7 @@ select_audio_sink() {
|
||||
return 1
|
||||
fi
|
||||
|
||||
selection="$(printf "%s\n" "${names[@]//\"/}" | fuzzel --dmenu)"
|
||||
selection="$(printf "%s\n" "${names[@]//\"/}" | fuzzel --lines ${#names[@]} --dmenu)"
|
||||
|
||||
unset number
|
||||
for n in ${!names[@]}; do
|
||||
|
||||
Reference in New Issue
Block a user