mirror of
https://github.com/markqvist/Sideband.git
synced 2025-07-14 10:39:29 -04:00
Include signal icon in all cases. Fixes #70.
This commit is contained in:
parent
329bf6f3e6
commit
e65b2306cc
1 changed files with 4 additions and 2 deletions
|
@ -123,10 +123,12 @@ def sig_icon_for_q(q):
|
||||||
return ""
|
return ""
|
||||||
elif q > 50:
|
elif q > 50:
|
||||||
return ""
|
return ""
|
||||||
elif q > 30:
|
elif q > 20:
|
||||||
return ""
|
return ""
|
||||||
elif q > 10:
|
elif q > 5:
|
||||||
return ""
|
return ""
|
||||||
|
else:
|
||||||
|
return ""
|
||||||
|
|
||||||
persistent_fonts = ["nf", "term"]
|
persistent_fonts = ["nf", "term"]
|
||||||
nf_mapped = "nf"
|
nf_mapped = "nf"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue