From 269d1381b10feb1ca19b48450893bfa7a22ffa0c Mon Sep 17 00:00:00 2001 From: Curtis McEnroe Date: Mon, 19 Sep 2011 22:21:10 -0400 Subject: Use da.gd for external IP in conky and always on top using mousewheel --- _config/openbox/rc.xml | 5 ++++- _conkyrc | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/_config/openbox/rc.xml b/_config/openbox/rc.xml index 8c3f2f9d..f0f743da 100644 --- a/_config/openbox/rc.xml +++ b/_config/openbox/rc.xml @@ -395,11 +395,14 @@ - + + + diff --git a/_conkyrc b/_conkyrc index 23c2f404..734be48f 100644 --- a/_conkyrc +++ b/_conkyrc @@ -57,6 +57,6 @@ ${color lightgrey}read${color white}$alignr${diskio_read}/s ${diskiograph_read 9 ${color lightgrey}write${color white}$alignr${diskio_write}/s ${diskiograph_write 9,105} $hr ${color lightgrey}eth0${color white}$alignr${addr eth0} -$alignr${texeci 3600 wget -O - http://ip.tupeux.com | tail} +$alignr${texeci 3600 curl da.gd/ip} ${color lightgrey}down${color white}$alignr${downspeed eth0}/s ${downspeedgraph eth0 9,70} $totaldown ${color lightgrey}up${color white}$alignr${upspeed eth0}/s ${upspeedgraph eth0 9,70} $totalup -- cgit 1.4.1