Fix vpn status icon in waybare
This commit is contained in:
parent
bd7e29f964
commit
a1ef8a0a74
|
@ -2,7 +2,7 @@
|
|||
|
||||
# export VPN_NAME=MyVPN from dotfiles/secrets/vpn
|
||||
if [ "$(nmcli -g GENERAL.STATE con show $VPN_NAME)" == "activated" ]; then
|
||||
echo ""
|
||||
echo ""
|
||||
else
|
||||
echo ""
|
||||
fi
|
||||
|
|
Loading…
Reference in New Issue