clean up scripts
This commit is contained in:
3
.config/polybar/scripts/vpn-openvpn-status.sh
Normal file
3
.config/polybar/scripts/vpn-openvpn-status.sh
Normal file
@@ -0,0 +1,3 @@
|
||||
#!/bin/sh
|
||||
|
||||
printf "VPN: " && (pgrep -a openvpn$ | head -n 1 | awk '{print $NF }' | cut -d '.' -f 1 && echo down) | head -n 1
|
||||
Reference in New Issue
Block a user