Commit Graph

2 Commits

Author SHA1 Message Date
felixzsh 1b2128e6f1 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.
2026-08-11 11:08:15 -05:00
felixzsh bd20dd8a9b Add bar widget to pause and resume the key display
A keyboard glyph in the bar (WidgetButton, right section by default)
toggles a pause flag at $XDG_RUNTIME_DIR/omarchy-key-visualizer.paused that
the panel and every bar widget instance watch, so a click on any monitor
updates all of them. While paused the panel ignores key state and hides;
the button dims. Also exposes pause/resume/toggle over the key-visualizer IPC
target.
2026-08-11 11:06:37 -05:00