mirror of
https://github.com/Noratrieb/nixos.git
synced 2026-01-14 19:55:08 +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 = {
|
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}";
|
||||||
format-ok = "✓";
|
format-ok = "✓ systemd is ok but waybar is not";
|
||||||
system = true; # Monitor failed systemwide units.
|
system = true; # monitor sytem units
|
||||||
user = false; # Ignore failed user units.
|
user = true; # monitor user units
|
||||||
};
|
};
|
||||||
"custom/music-back" = {
|
"custom/music-back" = {
|
||||||
format = "⏴";
|
format = "⏴";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue