mirror of
https://github.com/markqvist/Sideband.git
synced 2025-02-22 23:50:03 -05:00
Include signal icon in all cases. Fixes #70.
This commit is contained in:
parent
329bf6f3e6
commit
e65b2306cc
@ -123,10 +123,12 @@ def sig_icon_for_q(q):
|
||||
return ""
|
||||
elif q > 50:
|
||||
return ""
|
||||
elif q > 30:
|
||||
elif q > 20:
|
||||
return ""
|
||||
elif q > 10:
|
||||
elif q > 5:
|
||||
return ""
|
||||
else:
|
||||
return ""
|
||||
|
||||
persistent_fonts = ["nf", "term"]
|
||||
nf_mapped = "nf"
|
||||
|
Loading…
x
Reference in New Issue
Block a user