weather popup now color
This commit is contained in:
parent
da90073789
commit
f18db3d84a
2 changed files with 3 additions and 1 deletions
|
@ -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
2
.scripts/popweather
Executable file
|
@ -0,0 +1,2 @@
|
|||
#!/bin/bash
|
||||
cat ~/.weatherreport && read
|
Loading…
Reference in a new issue