aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-x.config/conky/side2
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/conky/side b/.config/conky/side
index 830e407..5defca8 100755
--- a/.config/conky/side
+++ b/.config/conky/side
@@ -92,7 +92,7 @@ ${color5} Network:\
${if_up wlp3s0}
${color1} wlp3s0: ${color3}${addr wlp3s0}
${color1} net: ${color3}${exec iwgetid | cut -d ":" -f2}
-${color1} ext: ${color3}${exec dig +short myip.opendns.com @resolver1.opendns.com}
+${color1} ext: ${color3}${execpi 360 dig +short myip.opendns.com @resolver1.opendns.com}
${color1} gway: ${color3}${exec route -n | grep wlp3s0 | grep UG | awk '{print $2}'}
${color1} dns: ${color3}${exec grep "nameserver" /etc/resolv.conf | awk '{print $2}'}
${color1} speed: ${color3}${exec iwconfig wlp3s0 | grep "Bit Rate" | cut -d"=" -f2 | cut -d" " -f1} Mb/s