mirror of
https://github.com/eoli3n/dotfiles
synced 2024-11-26 14:13:53 +01:00
fix vpn check waybar
This commit is contained in:
parent
0549bd6a7c
commit
ec3b84eb99
@ -59,7 +59,8 @@
|
|||||||
"custom/vpn": {
|
"custom/vpn": {
|
||||||
"format": "<span foreground='#929292'></span> vpn",
|
"format": "<span foreground='#929292'></span> vpn",
|
||||||
"interval": 5,
|
"interval": 5,
|
||||||
"exec" : "systemctl is-active --quiet vpn"
|
"exec" : "echo a",
|
||||||
|
"exec-if" : "systemctl is-active --quiet vpn"
|
||||||
},
|
},
|
||||||
"backlight": {
|
"backlight": {
|
||||||
"format": "<span foreground='#929292'>{icon}</span> {percent}%",
|
"format": "<span foreground='#929292'>{icon}</span> {percent}%",
|
||||||
|
Loading…
Reference in New Issue
Block a user