aboutsummaryrefslogtreecommitdiff
path: root/xconky
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2015-12-23 15:42:03 -0200
committerSilvio Rhatto <rhatto@riseup.net>2015-12-23 15:42:03 -0200
commit8c32da2aef1eced4ffbce2f5c844f8cdbdbfdcde (patch)
treecc7dba138851a061a6a40ca73a1a5f5c582d1599 /xconky
parent1063654bf505db12fca5f984a35c5b0f08101a71 (diff)
downloadutils-x11-8c32da2aef1eced4ffbce2f5c844f8cdbdbfdcde.tar.gz
utils-x11-8c32da2aef1eced4ffbce2f5c844f8cdbdbfdcde.tar.bz2
Comment brweather for a while
Diffstat (limited to 'xconky')
-rwxr-xr-xxconky26
1 files changed, 13 insertions, 13 deletions
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