From f685f20f7a41e6b5c4d56e46a9c8fba7c3287a68 Mon Sep 17 00:00:00 2001 From: sommerfeld Date: Wed, 13 May 2026 13:43:36 +0100 Subject: feat(waybar,systemd-units): wire up new system-health modules and timers Bar layout: insert the four new modules between custom/update and custom/thunderbird so that all 'something needs your attention' indicators live as a contiguous group on the right side, in roughly escalating actionability: custom/notifications -- mako history (always present, gray baseline) custom/update -- '`just update` was N hours/days ago' custom/pacdiff -- '.pacnew/.pacsave waiting' custom/arch-audit -- 'fixable CVE in installed package' custom/failed-units -- 'systemd unit failed' custom/lostfiles -- 'unowned files under tracked dirs' custom/thunderbird -- 'unread mail' Click handlers all use the floating-ghostty + 'press enter to close' idiom established by the existing update module so output stays inspectable. arch-audit and lostfiles open their /run report in `nvim -R` (read-only) since the source of truth lives in those files. style.css: extend the shared 6px-padding selector list, the .fresh zero-padding rule (so empty-state modules disappear cleanly), and add .warn/.critical color rules consistent with the rest of the palette (yellow #fabd2f for 'review when convenient', red #fb4934 for 'review soon'). systemd-units/system.txt: enable the three new system timers - btrfs-balance@-.timer (monthly partial balance on /) - arch-audit.timer (daily CVE report refresh) - lostfiles.timer (weekly unowned-files report refresh) Picked up automatically on the next `just unit-apply`. --- systemd-units/system.txt | 3 +++ 1 file changed, 3 insertions(+) (limited to 'systemd-units') diff --git a/systemd-units/system.txt b/systemd-units/system.txt index 5d1d936..154ce4c 100644 --- a/systemd-units/system.txt +++ b/systemd-units/system.txt @@ -17,7 +17,10 @@ tlp.service pcscd.socket smartd.service btrfs-scrub@-.timer +btrfs-balance@-.timer fwupd-refresh.timer +arch-audit.timer +lostfiles.timer # --- bluetooth --- bluetooth.service -- cgit v1.3.1