summaryrefslogtreecommitdiff
path: root/wrocwttr
diff options
context:
space:
mode:
Diffstat (limited to 'wrocwttr')
-rwxr-xr-xwrocwttr10
1 files changed, 6 insertions, 4 deletions
diff --git a/wrocwttr b/wrocwttr
index b1bb3af..4aa5b3a 100755
--- a/wrocwttr
+++ b/wrocwttr
@@ -1,10 +1,12 @@
#!/bin/sh
-export DISPLAY=:0.0
-export HOME=/home/filipek
+# export DISPLAY=:0.0
+# export HOME=/home/filipek
-temp=$(curl wttr.in/Wrocław?format=1 | awk '{print $2}')
+# ł is URL-encoded
+temp=$(curl "wttr.in/Wroc%C5%82aw?format=1" | awk '{print $2}')
file="$HOME/.cache/weather/wroc.txt"
+[ -z "$temp" ] && exit 1
echo "$temp" > "$file"
-notify-send "Temperature updated."
+# notify-send "Temperature updated."