weather popup now color

This commit is contained in:
Luke Smith 2018-07-18 19:35:45 -04:00
parent da90073789
commit f18db3d84a
2 changed files with 3 additions and 1 deletions

View file

@ -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

2
.scripts/popweather Executable file
View file

@ -0,0 +1,2 @@
#!/bin/bash
cat ~/.weatherreport && read