From 454c6e3c77b3db507ee81875219089047fc2d5a3 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Sun, 13 Jan 2013 15:37:49 -0200 Subject: Initial import --- xconky | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100755 xconky (limited to 'xconky') diff --git a/xconky b/xconky new file mode 100755 index 0000000..2ee8db9 --- /dev/null +++ b/xconky @@ -0,0 +1,19 @@ +#!/bin/bash +# +# start multiple conky instances +# + +# Default one +conky & + +# Give time for networking +sleep 60 + +# Load weather data first +weather &> /dev/null + +# Clear cache +brweather --clean-cache + +# Weather +conky -c ~/.conky/weather/conkyrc & -- cgit v1.2.3