mirror of
https://github.com/LukeSmithxyz/voidrice.git
synced 2025-10-07 07:22:36 +02:00
weather popup now color
This commit is contained in:
parent
da90073789
commit
f18db3d84a
@ -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…
x
Reference in New Issue
Block a user