aboutsummaryrefslogtreecommitdiff
path: root/dotfiles/.local/bin/barweather
diff options
context:
space:
mode:
Diffstat (limited to 'dotfiles/.local/bin/barweather')
-rwxr-xr-xdotfiles/.local/bin/barweather6
1 files changed, 1 insertions, 5 deletions
diff --git a/dotfiles/.local/bin/barweather b/dotfiles/.local/bin/barweather
index 042fc52..1fd2c6c 100755
--- a/dotfiles/.local/bin/barweather
+++ b/dotfiles/.local/bin/barweather
@@ -5,10 +5,6 @@ location="Saint Petersburg"
update_freq=1800
obsolete_after=10800
-if [ -n "$location" ]; then
- location="~${location// /+}"
-fi
-
update_forecast() {
# Check several times before giving up, useful when just waking up from sleep
# since internet is usually not available right away
@@ -35,7 +31,7 @@ else
fi
if [ ! -f "$cachefile" ]; then
- exit
+ exit
fi
cat "$cachefile"