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
3
.config/setup/03-install-cron-jobs.sh
Executable file
3
.config/setup/03-install-cron-jobs.sh
Executable file
|
|
@ -0,0 +1,3 @@
|
|||
#! /usr/bin/sh
|
||||
|
||||
crontab ./crontab
|
||||
1
.config/setup/crontab
Normal file
1
.config/setup/crontab
Normal file
|
|
@ -0,0 +1 @@
|
|||
@hourly /home/ohad/.local/bin/update-weather
|
||||
Loading…
Add table
Add a link
Reference in a new issue