1
0
Fork 0
mirror of https://github.com/eoli3n/dotfiles synced 2024-05-04 22:56:04 +02:00

fix vpn check waybar

This commit is contained in:
eoli3n 2020-05-14 20:12:12 +02:00
parent 0549bd6a7c
commit ec3b84eb99

View File

@ -59,7 +59,8 @@
"custom/vpn": {
"format": "<span foreground='#929292'></span> vpn",
"interval": 5,
"exec" : "systemctl is-active --quiet vpn"
"exec" : "echo a",
"exec-if" : "systemctl is-active --quiet vpn"
},
"backlight": {
"format": "<span foreground='#929292'>{icon}</span> {percent}%",