Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- # crontab -e
- # https://pastebin.com/Jn36y4sW
- # script to check battery: https://pastebin.com/E9efpJtx
- # >/dev/null 2>&1 <- used to preven sending e-mail's
- # in order to get your DISPLAY run the command below
- # env | grep -i display
- # If you do not set this variable feh will not change your wallpaper
- # source: https://superuser.com/a/1122245/45032
- DISPLAY=':0'
- SHELL=/bin/sh
- HOME=/home/sergio
- PATH=/sbin:/bin:/usr/sbin:/usr/bin:$HOME/.local/bin
- MAILTO=""
- HOME=/home/sergio
- */5 * * * * /home/sergio/.local/bin/wal -qi /home/sergio/.dotfiles/backgrounds >/dev/null 2>&1
- * */1 * * * /bin/newsboat -x reload # reload hourly
- * * * * * /home/sergio/.dotfiles/bin/checkbattery.sh >/dev/null
Advertisement
Add Comment
Please, Sign In to add comment