summaryrefslogtreecommitdiff
path: root/crontab
diff options
context:
space:
mode:
Diffstat (limited to 'crontab')
-rw-r--r--crontab10
1 files changed, 10 insertions, 0 deletions
diff --git a/crontab b/crontab
new file mode 100644
index 0000000..1000446
--- /dev/null
+++ b/crontab
@@ -0,0 +1,10 @@
+# Update mutt wizard mail
+*/2 * * * * /usr/bin/mw sync
+# Update RSS feeds and update dwmblocks
+0 * * * * $HOME/.local/bin/newsup
+# Update dotfiles in status bar (signal 5 + 34)
+1 * * * * kill -39 $(pidof dwmblocks)
+# Update time in status bar (signal 6 + 34)
+* * * * * kill -40 $(pidof dwmblocks)
+# Update battery in status bar (signal 1 + 34)
+* * * * * kill -35 $(pidof dwmblocks)