From: Silvio Rhatto Date: Wed, 23 Dec 2015 17:42:03 +0000 (-0200) Subject: Comment brweather for a while X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=8c32da2aef1eced4ffbce2f5c844f8cdbdbfdcde;p=utils-x11.git Comment brweather for a while --- diff --git a/xconky b/xconky index f03feb7..e2b803f 100755 --- 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