1
0
mirror of https://github.com/Foltik/dotfiles synced 2024-11-28 05:27:06 -05:00
dotfiles/cfg/i3blocks/laptop/blocks/vpn

9 lines
113 B
Plaintext
Raw Normal View History

2017-07-26 14:00:04 -04:00
#!/bin/bash
VPNC_FILE='/var/run/vpnc.pid'
if [[ -e "${VPNC_FILE}" ]]; then
echo "on"
echo "on"
echo ""
fi