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