mirror of
https://github.com/Noratrieb/nixos.git
synced 2026-01-14 11:45:06 +01:00
fix waybar
This commit is contained in:
parent
f12f076986
commit
0ce8a66748
1 changed files with 3 additions and 3 deletions
|
|
@ -28,9 +28,9 @@
|
|||
systemd-failed-units = {
|
||||
hide-on-ok = true; # Hide if there are zero failed units.
|
||||
format = "✗ {nr_failed}";
|
||||
format-ok = "✓";
|
||||
system = true; # Monitor failed systemwide units.
|
||||
user = false; # Ignore failed user units.
|
||||
format-ok = "✓ systemd is ok but waybar is not";
|
||||
system = true; # monitor sytem units
|
||||
user = true; # monitor user units
|
||||
};
|
||||
"custom/music-back" = {
|
||||
format = "⏴";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue