dotfiles/bin/polybar/vpn_running.sh

7 lines
75 B
Bash
Executable File

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