1
0
mirror of https://github.com/Foltik/dotfiles synced 2024-11-24 12:26:05 -05:00
dotfiles/cfg/i3blocks/laptop/blocks/vpn
2017-07-26 11:05:09 -07:00

9 lines
113 B
Bash
Executable File

#!/bin/bash
VPNC_FILE='/var/run/vpnc.pid'
if [[ -e "${VPNC_FILE}" ]]; then
echo "on"
echo "on"
echo ""
fi