1
0
mirror of https://github.com/eoli3n/dotfiles synced 2024-11-22 15:01:59 +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",
"interval": 5,
"exec" : "echo a",
"exec-if" : "pgrep openvpn"
"exec-if" : "pgrep openconnect"
},
"backlight": {
"format": "<span foreground='#929292'>{icon}</span> {percent}%",