mirror of
https://github.com/lordmathis/dotfiles.git
synced 2025-11-06 01:34:22 +00:00
Housekeeping
This commit is contained in:
7
bin/polybar/vpn_running.sh
Executable file
7
bin/polybar/vpn_running.sh
Executable file
@@ -0,0 +1,7 @@
|
||||
#!/bin/sh
|
||||
|
||||
if [ "$(pgrep openvpn)" ]; then
|
||||
echo ""
|
||||
else
|
||||
echo
|
||||
fi
|
||||
Reference in New Issue
Block a user