From e65b2306cc1d98eef9bc80ec8aa42ea3b919c4b5 Mon Sep 17 00:00:00 2001 From: Mark Qvist Date: Mon, 27 Jan 2025 10:15:25 +0100 Subject: [PATCH] Include signal icon in all cases. Fixes #70. --- sbapp/ui/helpers.py | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/sbapp/ui/helpers.py b/sbapp/ui/helpers.py index c3b454c..5b43278 100644 --- a/sbapp/ui/helpers.py +++ b/sbapp/ui/helpers.py @@ -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"