summaryrefslogtreecommitdiff
path: root/.config/conky
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
parent9a8e7df96eb343742d70cc515a5cdea08e3daa2d (diff)
Added my information to my config
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