summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Shumaker <LukeShu@sbcglobal.net>2013-08-14 14:53:02 -0400
committerLuke Shumaker <LukeShu@sbcglobal.net>2013-08-14 14:53:02 -0400
commitcf4d25f755161951d1ddefbbf50e715707608df8 (patch)
treef2413486c042be89c9d3d80ce3e98089b24f236b
parent5ab72cd4fe62ac88117ebd521ffb8cfde4485645 (diff)
split up the .config/cron files
-rw-r--r--.config/cron/crontab3
-rw-r--r--.config/cron/local10
-rw-r--r--.config/cron/offlineimap2
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