diff options
-rw-r--r-- | .config/cron/crontab | 3 | ||||
-rw-r--r-- | .config/cron/local | 10 | ||||
-rw-r--r-- | .config/cron/offlineimap | 2 |
3 files changed, 2 insertions, 13 deletions
diff --git a/.config/cron/crontab b/.config/cron/crontab deleted file mode 100644 index e396cef..0000000 --- a/.config/cron/crontab +++ /dev/null @@ -1,3 +0,0 @@ -# m h dom mon dow command -*/5 * * * * cd $HOME/.config && make -*/5 * * * * offlineimap-runner 2 -u quiet diff --git a/.config/cron/local b/.config/cron/local deleted file mode 100644 index a4f352f..0000000 --- a/.config/cron/local +++ /dev/null @@ -1,10 +0,0 @@ -# m h dom mon dow command -#0 4 * * 1-5 /usr/sbin/alsactl restore --file "$HOME/.full.asound" - -#0 5 * * 1-5 cvlc --volume 256 --random $HOME/Music -#30 5 * * 1-5 cvlc --volume 256 --random $HOME/Music -#0 6 * * 1-5 cvlc --volume 256 --random $HOME/Music -#30 6 * * 1-5 cvlc --volume 256 --random $HOME/Music -#0 7 * * * cvlc --volume 256 --random $HOME/Music - -#0 9 * * * cvlc --volume 256 --random $HOME/Music diff --git a/.config/cron/offlineimap b/.config/cron/offlineimap new file mode 100644 index 0000000..c7d2522 --- /dev/null +++ b/.config/cron/offlineimap @@ -0,0 +1,2 @@ +# m h dom mon dow command +*/5 * * * * offlineimap-runner 2 -u quiet
\ No newline at end of file |