From 8c32da2aef1eced4ffbce2f5c844f8cdbdbfdcde Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Wed, 23 Dec 2015 15:42:03 -0200 Subject: Comment brweather for a while --- xconky | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) (limited to 'xconky') 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 -- cgit v1.2.3