From 1e85276a297f0769861368830f231c46ed37b647 Mon Sep 17 00:00:00 2001 From: David Runge Date: Fri, 3 Feb 2017 18:53:54 +0100 Subject: .config/conky/trvlr-network.conf: Adding openvpn check for new client systemd services. --- .config/conky/trvlr-network.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.config') 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;}' } -- cgit v1.2.3-54-g00ecf