From cf4d25f755161951d1ddefbbf50e715707608df8 Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Wed, 14 Aug 2013 14:53:02 -0400 Subject: split up the .config/cron files --- .config/cron/crontab | 3 --- .config/cron/local | 10 ---------- .config/cron/offlineimap | 2 ++ 3 files changed, 2 insertions(+), 13 deletions(-) delete mode 100644 .config/cron/crontab delete mode 100644 .config/cron/local create mode 100644 .config/cron/offlineimap 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 -- cgit v1.2.3