summaryrefslogtreecommitdiff
path: root/.config/conky
diff options
context:
space:
mode:
Diffstat (limited to '.config/conky')
-rwxr-xr-x.config/conky/start.sh6
-rwxr-xr-x.config/conky/weather.py9
2 files changed, 12 insertions, 3 deletions
diff --git a/.config/conky/start.sh b/.config/conky/start.sh
index 34933996..f619ddc7 100755
--- a/.config/conky/start.sh
+++ b/.config/conky/start.sh
@@ -1,4 +1,10 @@
#!/bin/bash
+#
+# | '__/ _ \ / _` / __| Roger González
+# | | | (_) | (_| \__ \ https://rogs.me
+# |_| \___/ \__, |___/ https://git.rogs.me
+# |___/
+#
~/.config/conky/weather.py &
conky -q -c ~/.config/conky/litecrc
diff --git a/.config/conky/weather.py b/.config/conky/weather.py
index b6999846..caa4ac68 100755
--- a/.config/conky/weather.py
+++ b/.config/conky/weather.py
@@ -1,6 +1,9 @@
-#!/usr/bin/env python
-# -*- coding: utf-8 -*-
-
+#
+# | '__/ _ \ / _` / __| Roger González
+# | | | (_) | (_| \__ \ https://rogs.me
+# |_| \___/ \__, |___/ https://git.rogs.me
+# |___/
+#
import urllib.request
import json
import datetime