diff options
author | David Runge <dave@sleepmap.de> | 2016-03-11 11:01:21 +0100 |
---|---|---|
committer | David Runge <dave@sleepmap.de> | 2016-03-11 11:01:21 +0100 |
commit | 2bfc1932b9f92917b3c55373fbb1e256c6ab443c (patch) | |
tree | 0ea65d80670e51179f45873eb9db92e688c8404b | |
parent | 870e2673700a6c0b909de54a9426da8aeb450959 (diff) | |
download | dotfiles-2bfc1932b9f92917b3c55373fbb1e256c6ab443c.tar.gz dotfiles-2bfc1932b9f92917b3c55373fbb1e256c6ab443c.tar.bz2 dotfiles-2bfc1932b9f92917b3c55373fbb1e256c6ab443c.tar.xz dotfiles-2bfc1932b9f92917b3c55373fbb1e256c6ab443c.zip |
.config/conky/side: Changing to execpi for dig launch.
-rwxr-xr-x | .config/conky/side | 2 |
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 |