]> gitweb.fluxo.info Git - utils-x11.git/commitdiff
Comment brweather for a while
authorSilvio Rhatto <rhatto@riseup.net>
Wed, 23 Dec 2015 17:42:03 +0000 (15:42 -0200)
committerSilvio Rhatto <rhatto@riseup.net>
Wed, 23 Dec 2015 17:42:03 +0000 (15:42 -0200)
xconky

diff --git a/xconky b/xconky
index f03feb7a1fc4583ab3c32d34b960a92d9e3fc8c9..e2b803f96c45b5f72012603b0c88d12104573d72 100755 (executable)
--- a/xconky
+++ b/xconky
@@ -9,19 +9,19 @@ function xconky_start {
   conky &
 
   # Weather
-  if [ -e "$HOME/.brweather.conf" ]; then
-    # Give time for networking
-    sleep 60
-
-    # Load weather data first
-    weather &> /dev/null
-
-    # Clear cache
-    brweather --clean-cache
-
-    # Weather
-    conky -c ~/.conky/weather/conkyrc &
-  fi
+  #if [ -e "$HOME/.brweather.conf" ]; then
+  #  # Give time for networking
+  #  sleep 60
+  #
+  #  # Load weather data first
+  #  weather &> /dev/null
+  #
+  #  # Clear cache
+  #  brweather --clean-cache
+  #
+  #  # Weather
+  #  conky -c ~/.conky/weather/conkyrc &
+  #fi
 }
 
 # Battery level if on laptop