summaryrefslogtreecommitdiffstats
path: root/.scripts/i3weather
diff options
context:
space:
mode:
Diffstat (limited to '.scripts/i3weather')
-rwxr-xr-x.scripts/i3weather2
1 files changed, 1 insertions, 1 deletions
diff --git a/.scripts/i3weather b/.scripts/i3weather
index 1c4e400..4d36ef1 100755
--- a/.scripts/i3weather
+++ b/.scripts/i3weather
@@ -4,7 +4,7 @@ location=""
[[ "$location" != "" ]] && location="~${location// /+}"
-[[ $BLOCK_BUTTON = "1" ]] && st -e w3m wttr.in/$location
+[[ $BLOCK_BUTTON = "1" ]] && st -e popweather
curl -s wttr.in/$location > ~/.weatherreport