Add weather report to the status bar
This commit is contained in:
parent
a0af4c6e2f
commit
74170330cd
4 changed files with 11 additions and 1 deletions
4
.local/bin/update-weather
Executable file
4
.local/bin/update-weather
Executable file
|
|
@ -0,0 +1,4 @@
|
|||
#! /usr/bin/sh
|
||||
|
||||
# Documentation available in https://github.com/chubin/wttr.in
|
||||
curl -Ss 'https://wttr.in/?0&m&q&T&format=3' > /tmp/weather-report.txt
|
||||
Loading…
Add table
Add a link
Reference in a new issue