diff --git a/roles/waybar/files/waybar/config b/roles/waybar/files/waybar/config index a0a113f..a614161 100644 --- a/roles/waybar/files/waybar/config +++ b/roles/waybar/files/waybar/config @@ -60,7 +60,7 @@ "format": " vpn", "interval": 5, "exec" : "echo a", - "exec-if" : "pregrep openvpn &>/dev/null" + "exec-if" : "pgrep openvpn" }, "backlight": { "format": "{icon} {percent}%", @@ -102,7 +102,7 @@ "format": " backup...", "interval": 5, "exec": "echo a", - "exec-if": "pgrep borg &>/dev/null" + "exec-if": "pgrep borg" }, "custom/systemd": { "format": " {}",