1
0
mirror of https://github.com/dcarrillo/dotfiles.git synced 2024-07-03 04:20:27 +00:00

[polypar] Change openvpn icon

This commit is contained in:
Daniel Carrillo 2021-01-30 18:48:18 +01:00
parent 9cb7897f94
commit 3d4d91aee8
Signed by: dcarrillo
GPG Key ID: E4CD5C09DAED6E16

View File

@ -3,7 +3,7 @@
OUTPUT=""
openvpn=$(pgrep -c openvpn$)
[ "$openvpn" -gt 0 ] && OUTPUT=$(eval printf "%.0s" "{1..$openvpn}")
[ "$openvpn" -gt 0 ] && OUTPUT=$(eval printf "%.0s" "{1..$openvpn}")
openfortivpn=$(pgrep -c openfortivpn$)
[ "$openfortivpn" -gt 0 ] && OUTPUT=${OUTPUT}$(eval printf '%.0s' "{1..$openfortivpn}")