1
0
mirror of https://github.com/eoli3n/dotfiles synced 2024-11-22 15:01:59 +01:00

fixed systemd waybar module

This commit is contained in:
eoli3n 2020-11-07 09:32:54 +01:00
parent 90645a66f9
commit e0571f6657

@ -1,6 +1,6 @@
#!/bin/bash #!/bin/bash
if ! systemctl is-system-running | grep running if ! systemctl is-system-running
then then
echo $(systemctl is-system-running) $(systemctl list-units --failed --plain --no-legend --full | wc -l) echo $(systemctl is-system-running) $(systemctl list-units --failed --plain --no-legend --full | wc -l)
exit 0 exit 0