aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.config/conky/network2
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/conky/network b/.config/conky/network
index 45ff834..831970b 100644
--- a/.config/conky/network
+++ b/.config/conky/network
@@ -67,4 +67,4 @@ ${color3}sleepmap: ${color1}${execpi 30 systemctl is-active openvpn@sleepmap}
${color3}secure: ${color1}${execpi 30 systemctl is-active openvpn@secure}
${color5}Connections:
-${color1}${execpi 1 lsof -ni| grep ESTABLISHED| grep -v 127.0.0.1| awk '{print $1,$9;}' }
+${execpi 1 lsof -ni| grep ESTABLISHED| grep -v 127.0.0.1| awk '{print "${color3}"$1,"${color1}"$9;}' }