dotfiles/dot_config/i3/executable_vpn.sh
2023-01-30 14:28:59 +01:00

9 lines
119 B
Bash

#!/bin/bash
#
# Use nmcli to display the VPN status
#
if ip link | grep -q tun; then
echo ""
else
echo ""
fi