From b21ea38492d65bc184d39a6c5f593be629181c65 Mon Sep 17 00:00:00 2001 From: Daniel Tsvetkov Date: Wed, 5 May 2021 15:28:49 +0200 Subject: [PATCH] crontab --- crontab | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 crontab 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