diff options
-rw-r--r-- | .config/conky/trvlr-network.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.config/conky/trvlr-network.conf b/.config/conky/trvlr-network.conf index 8574d11..dcf2ccc 100644 --- a/.config/conky/trvlr-network.conf +++ b/.config/conky/trvlr-network.conf @@ -65,8 +65,8 @@ ${color3}rate: ${color1}${downspeed enp0s25} / ${upspeed enp0s25}\ ${endif}\ ${color5}OpenVPN: -${color3}sleepmap: ${color1}${execpi 30 systemctl is-active openvpn@sleepmap} -${color3}secure: ${color1}${execpi 30 systemctl is-active openvpn@secure} +${color3}sleepmap: ${color1}${execpi 30 systemctl is-active openvpn-client@sleepmap} +${color3}secure: ${color1}${execpi 30 systemctl is-active openvpn-client@secure} ${color5}Connections: ${execpi 5 lsof -ni| grep ESTABLISHED| grep -v 127.0.0.1| awk '{print "${color3}"$1,"${color1}"$9;}' } |