summaryrefslogtreecommitdiffstats
path: root/.scripts/i3weather
diff options
context:
space:
mode:
authorLuke Smith <luke@lukesmith.xyz>2018-07-18 19:35:45 -0400
committerLuke Smith <luke@lukesmith.xyz>2018-07-18 19:35:45 -0400
commitf18db3d84a2f735513bbdd4376d7221b1662fa67 (patch)
tree6192cd22a2b2bccf8f347f3ff1c7f9180eefc702 /.scripts/i3weather
parentda90073789fb06f24ec2b5087f6271dfac651326 (diff)
downloadeibhear-f18db3d84a2f735513bbdd4376d7221b1662fa67.tar.gz
eibhear-f18db3d84a2f735513bbdd4376d7221b1662fa67.tar.zst
eibhear-f18db3d84a2f735513bbdd4376d7221b1662fa67.zip
weather popup now color
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