diff --git a/crontab b/crontab new file mode 100644 index 0000000..c74c6c1 --- /dev/null +++ b/crontab @@ -0,0 +1,2 @@ +0 * * * * export DISPLAY=:0 && cd $HOME/workspace/apod-wallpaper && ./apod.sh +@reboot export DISPLAY=:0 && cd $HOME/workspace/apod-wallpaper && ./apod.sh