1
0
mirror of https://github.com/eoli3n/dotfiles synced 2024-11-26 06:08:35 +01:00

replace openvpn client with openconnect in waybar vpn check

This commit is contained in:
eoli3n 2023-01-09 15:50:46 +01:00
parent 8f8507aa78
commit 046823340a

@ -61,7 +61,7 @@
"format": "<span foreground='#929292'></span> vpn", "format": "<span foreground='#929292'></span> vpn",
"interval": 5, "interval": 5,
"exec" : "echo a", "exec" : "echo a",
"exec-if" : "pgrep openvpn" "exec-if" : "pgrep openconnect"
}, },
"backlight": { "backlight": {
"format": "<span foreground='#929292'>{icon}</span> {percent}%", "format": "<span foreground='#929292'>{icon}</span> {percent}%",