diff options
author | Guangxiong Lin <[email protected]> | 2022-02-12 16:59:38 +0800 |
---|---|---|
committer | Guangxiong Lin <[email protected]> | 2022-02-12 16:59:38 +0800 |
commit | 1d6298c8ff217011e4116e155be771a17671ec2c (patch) | |
tree | 90ceaa265dd9cccf04e770d43088a624da13ee38 | |
parent | aaa9a733586e459341ea5b3123c2b241e6656c03 (diff) | |
download | dotfiles-1d6298c8ff217011e4116e155be771a17671ec2c.tar.gz dotfiles-1d6298c8ff217011e4116e155be771a17671ec2c.tar.bz2 dotfiles-1d6298c8ff217011e4116e155be771a17671ec2c.zip |
Update crontab to update wallpaper
-rw-r--r-- | crontab | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1,4 +1,5 @@ */30 * * * * /usr/bin/newsboat -x reload */10 * * * * /usr/bin/mbsync -a 00 */3 * * * /usr/bin/trash-empty -f 30 +00 * * * * [ -e ~/.fehbg ] && DISPLAY=:0 ~/.fehbg 00 * * * * /usr/sbin/anacron -t ~/.dotfiles/anacrontab -S ~/.cache/anacron/spool |