diff options
author | David Runge <dave@sleepmap.de> | 2017-02-03 18:53:54 +0100 |
---|---|---|
committer | David Runge <dave@sleepmap.de> | 2017-02-03 18:53:54 +0100 |
commit | 1e85276a297f0769861368830f231c46ed37b647 (patch) | |
tree | a0026d4d352dc057c6c953011f656aa8ad8f752c | |
parent | 92bf13c1253c841737cd2921bba55c90f7628e65 (diff) | |
download | dotfiles-1e85276a297f0769861368830f231c46ed37b647.tar.gz dotfiles-1e85276a297f0769861368830f231c46ed37b647.tar.bz2 dotfiles-1e85276a297f0769861368830f231c46ed37b647.tar.xz dotfiles-1e85276a297f0769861368830f231c46ed37b647.zip |
.config/conky/trvlr-network.conf: Adding openvpn check for new client systemd services.
-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;}' } |