summaryrefslogtreecommitdiff
path: root/crontab
diff options
context:
space:
mode:
authorBenjamin Chausse <benjamin@chausse.xyz>2020-10-15 17:05:20 -0400
committerBenjamin Chausse <benjamin@chausse.xyz>2020-10-15 17:05:20 -0400
commit7212ca89a9287dc9ce686914994ee7f44ecbbc02 (patch)
treec9331dae30060db8a004b95e2c848988b6112f7b /crontab
parent901e96b471da9595c31209efe4208514efde3100 (diff)
Added missing packages, new cronjobs, gitignore
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)