Revert "remove waybar workaround"

This reverts commit 0eac1f0e65.
This commit is contained in:
nora 2025-12-01 17:24:42 +01:00
parent 522238c1f8
commit 0b92698976

View file

@ -37,6 +37,8 @@
systemd-failed-units = { systemd-failed-units = {
hide-on-ok = true; # Hide if there are zero failed units. hide-on-ok = true; # Hide if there are zero failed units.
format = " {nr_failed}"; format = " {nr_failed}";
# https://github.com/Alexays/Waybar/issues/4241#issuecomment-3277122575
format-ok = " there is an 'activating' unit";
system = true; # monitor sytem units system = true; # monitor sytem units
user = true; # monitor user units user = true; # monitor user units
}; };