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

fixed pgrep tests waybar

This commit is contained in:
eoli3n 2020-12-18 16:05:09 +01:00
parent 70bf67d2e3
commit 083c2438c7

@ -60,7 +60,7 @@
"format": "<span foreground='#929292'></span> vpn",
"interval": 5,
"exec" : "echo a",
"exec-if" : "pregrep openvpn &>/dev/null"
"exec-if" : "pgrep openvpn"
},
"backlight": {
"format": "<span foreground='#929292'>{icon}</span> {percent}%",
@ -102,7 +102,7 @@
"format": " <span foreground='#f3f99d'>backup...</span>",
"interval": 5,
"exec": "echo a",
"exec-if": "pgrep borg &>/dev/null"
"exec-if": "pgrep borg"
},
"custom/systemd": {
"format": "<span foreground='#ff5c57'> {}</span>",