weather popup now color
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user