Include signal icon in all cases. Fixes #70.

This commit is contained in:
Mark Qvist 2025-01-27 10:15:25 +01:00
parent 329bf6f3e6
commit e65b2306cc

View File

@ -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"