waybar: fix vpn module
This commit is contained in:
parent
b081b01841
commit
c9e73492f9
|
@ -113,7 +113,7 @@ in
|
|||
"custom/vpn" = {
|
||||
format = "{}";
|
||||
exec = ''
|
||||
nmcli -f type con show --active | grep wireguard > /dev/null \
|
||||
mullvad status | grep "^Connected" > /dev/null \
|
||||
&& echo "" \
|
||||
|| echo ""
|
||||
'';
|
||||
|
|
Loading…
Reference in a new issue