summaryrefslogtreecommitdiff
path: root/.config/conky/start.sh
diff options
context:
space:
mode:
Diffstat (limited to '.config/conky/start.sh')
-rwxr-xr-x.config/conky/start.sh6
1 files changed, 6 insertions, 0 deletions
diff --git a/.config/conky/start.sh b/.config/conky/start.sh
new file mode 100755
index 00000000..34933996
--- /dev/null
+++ b/.config/conky/start.sh
@@ -0,0 +1,6 @@
+#!/bin/bash
+~/.config/conky/weather.py &
+conky -q -c ~/.config/conky/litecrc
+
+exit
+