Files
dotfiles/bin/polybar/vpn_running.sh
2019-02-11 17:43:02 +01:00

7 lines
75 B
Bash
Executable File

#!/bin/sh
if [ "$(pgrep openvpn)" ]; then
echo ""
else
echo
fi