summaryrefslogtreecommitdiff
path: root/.i3blocks/blocklets/openvpn
blob: 813943637106e76f254de1331669e16f989f792f (plain)
1
2
3
#!/bin/bash
result=$(nmcli -t -f type,state,connection d | egrep "^(tun|tap):connected" | awk -F':' '{ print $3 }')
[[ -z $result ]] && echo '' || echo ""