(fuzzel) "finished" theme
This commit is contained in:
@@ -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
|
||||||
|
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user