waybar: fix vpn module

This commit is contained in:
Leonardo Eugênio 2023-04-24 12:39:28 -03:00
parent b081b01841
commit c9e73492f9

View file

@ -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 ""
'';