summaryrefslogtreecommitdiff
path: root/.config/conky/weather.py
diff options
context:
space:
mode:
authorRoger Gonzalez <rogergonzalez21@gmail.com>2020-03-16 11:29:15 -0300
committerRoger Gonzalez <rogergonzalez21@gmail.com>2020-03-16 11:29:15 -0300
commit7b59518acebb596775220e79f337ed6bac686b54 (patch)
tree4d525bac8718af0de6bc826a02f275163d3fcc0a /.config/conky/weather.py
parent9a8e7df96eb343742d70cc515a5cdea08e3daa2d (diff)
Added my information to my config
Diffstat (limited to '.config/conky/weather.py')
-rwxr-xr-x.config/conky/weather.py9
1 files changed, 6 insertions, 3 deletions
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