dotfiles/dot_config/sway/executable_vpn.sh

10 lines
119 B
Bash
Raw Normal View History

2023-01-30 14:28:59 +01:00
#!/bin/bash
#
# Use nmcli to display the VPN status
#
if ip link | grep -q tun; then
echo ""
else
echo ""
fi