From 2bfc1932b9f92917b3c55373fbb1e256c6ab443c Mon Sep 17 00:00:00 2001 From: David Runge Date: Fri, 11 Mar 2016 11:01:21 +0100 Subject: .config/conky/side: Changing to execpi for dig launch. --- .config/conky/side | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.config/conky/side') 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 -- cgit v1.2.3-54-g00ecf