This commit is contained in:
2026-06-15 00:05:29 -05:00
parent 319db74bce
commit ff30800337
2 changed files with 4 additions and 2 deletions
@@ -184,7 +184,7 @@ def selected_window_output(data, source, selector):
klass = usage_class(window["used"], rate_limit.get("limit_reached"))
tooltip = [window["tooltip"], f"{window['left']}% remaining", f"source: {source}"]
waybar(f"{window['left']}% {window['label']}", klass, "\n".join(tooltip))
waybar(f"{window['left']}% <span font-size=\"7pt\">{window['label']}</span>", klass, "\n".join(tooltip))
def combined_output(data, source):