I discovered that I can get my local weather in terminal by using
curl wttr\.in
I love the simplicity and have been trying to create a script to do it with one click.
I am running into a couple issues though.
One is that the -hold command doesn't seem to do anything. How do I keep the window from closing?
Is there something like pause that I could use?
I am pretty sure I can work out the geometry after reading the man pages.
I have tried several combinations like
urxvt -e -hold curl wttr\.in
and it just flashes on the screen so I can't see if it is actually working.
Solved page 3.
Thanks everyone.