summary refs log tree commit diff
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2011-09-19 22:21:10 -0400
committerJune McEnroe <june@causal.agency>2011-09-19 22:21:10 -0400
commit4d3d8114958b81499066823c912aabe9fc7d83c8 (patch)
tree3d7c0341825305d423bb40db22219a9befd27107
parentLock after 30 minutes instead of 10 (diff)
downloadsrc-4d3d8114958b81499066823c912aabe9fc7d83c8.tar.gz
src-4d3d8114958b81499066823c912aabe9fc7d83c8.zip
Use da.gd for external IP in conky and always on top using mousewheel
Diffstat (limited to '')
-rw-r--r--_config/openbox/rc.xml5
-rw-r--r--_conkyrc2
2 files changed, 5 insertions, 2 deletions
diff --git a/_config/openbox/rc.xml b/_config/openbox/rc.xml
index a06e9247..ea5b10a0 100644
--- a/_config/openbox/rc.xml
+++ b/_config/openbox/rc.xml
@@ -395,11 +395,14 @@
         <action name="FocusToBottom"/>
         <action name="Unfocus"/>
       </mousebind>
-      <mousebind action="Click" button="Up">
+      <!--<mousebind action="Click" button="Up">
         <action name="Shade"/>
         <action name="FocusToBottom"/>
         <action name="Unfocus"/>
         <action name="Lower"/>
+    </mousebind>-->
+      <mousebind action="Click" button="Up">
+          <action name="ToggleAlwaysOnTop"/>
       </mousebind>
       <mousebind action="Click" button="Down">
         <action name="Unshade"/>
diff --git a/_conkyrc b/_conkyrc
index aee9faab..3065090c 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