summaryrefslogtreecommitdiff
path: root/crontab
blob: 06bfaa87b5701682a855310b4a3112a669496334 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# Update mutt wizard mail
*/2 * * * * /usr/bin/mbsync -a
# Update RSS feeds and update dwmblocks
0 * * * * $HOME/.local/bin/newsup
# Update dotfiles in status bar (signal 7 + 34)
1 * * * * kill -41 $(pidof dwmblocks)
# Update time in status bar (signal 8 + 34)
* * * * * kill -42 $(pidof dwmblocks)
# Update battery in status bar (signal 1 + 34)
* * * * * kill -35 $(pidof dwmblocks)
# Update vpn in status bar (signal 2 + 34)
* * * * * kill -36 $(pidof dwmblocks)
# Update date in status bar (signal 6 + 34)
0 0 * * * kill -40 $(pidof dwmblocks)