From 1b2128e6f12f3910aa093b8519d9edffd9d3d3a0 Mon Sep 17 00:00:00 2001 From: felixzsh Date: Tue, 11 Aug 2026 11:08:15 -0500 Subject: [PATCH] Keep the bar button glyph in foreground color active would paint the glyph with the urgent color while running, which reads backwards for a toggle; dimmed alone is the paused cue. --- BarWidget.qml | 1 - 1 file changed, 1 deletion(-) diff --git a/BarWidget.qml b/BarWidget.qml index ecea3d0..4b60892 100644 --- a/BarWidget.qml +++ b/BarWidget.qml @@ -51,7 +51,6 @@ BarWidget { text: "\uF030C" // nf-md-keyboard_outline fontSize: Style.font.icon horizontalMargin: 6 - active: !root.paused dimmed: root.paused tooltipText: root.paused ? "Key Visualizer — paused (click to resume)"