Commit graph

12 commits

Author SHA1 Message Date
5d24c1234f Reorder some waybar modules 2025-01-03 01:20:48 -08:00
aea72b2250 Switch waybar mic module to signal-driven
This won't auto-refresh, but will refresh if Waybar receives the signal.
In this case it's `pkill -SIGRTMIN+1`
2024-10-25 03:59:47 -07:00
7bea5a2cc1 Add mic mute shortcut stuff to sway and waybar 2024-10-25 03:37:37 -07:00
c3c9923ff1 Add waybar to headless display 2024-08-14 21:39:49 -07:00
315e0d3821 A lot of configs to drop taskwarrior
Dropping taskwarrior in favor of a more fluid "Put TODO in notes"
system. taskrc is gone, various things have been shucked to make
room for the new system, remove task monitor from my waybar.
2024-02-16 09:44:01 -08:00
935e0062bf Add monitoring for OME streams 2023-12-23 13:19:44 -08:00
283e2ecbdf Tweak aerc and add mail status to waybar 2023-10-12 18:31:13 -07:00
e13b0d8e54 Change waybar clock format
Following an update to waybar, the clock starting displaying fractional
seconds. Changing seconds from `%S` to `%OS` truncates the fractional
second, though this is possibly not portable as `%OS` is "alternative
second display" and the definition of "alternative" is vague.
2023-08-23 13:48:36 -07:00
a9a94840e9 Big spaces-to-tabs config reflow
Moving to doing tabs in things. No functional changes.
2023-06-05 22:39:21 -07:00
ce846ac7a1 Update sway/waybar configs for third display
This one isn't always connected so we place it such that it won't ruin
my layout if it isn't there.
2023-04-24 11:27:33 -07:00
775196d080 Tweak RAM warning threshold to 80%
Mostly because at the moment I run around 72% because Electron exists.
2023-03-27 16:19:04 -07:00
305bef81fa Add waybar configs
I apparently forgot to do this ever. I've been using this for about two
months now.

I just reused the modules I built for my swaybar, which already output
close to the proper format; now I just call the modules directly with `if
__name__` hooks to output Waybar format instead of Swaybar format.
2023-02-22 03:31:02 -08:00