1
0
Fork 0

Fix vpn status icon in waybare

This commit is contained in:
Gregory Eremin 2023-02-14 11:02:19 +01:00
parent bd7e29f964
commit a1ef8a0a74
1 changed files with 1 additions and 1 deletions

View File

@ -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