yannickperrenet / dotfiles

💛 My dotfiles.
https://github.com/yannickperrenet/iscripts
MIT License
3 stars 0 forks source link

Set up general crontabs #34

Open yannickperrenet opened 3 years ago

yannickperrenet commented 3 years ago

Dunst: https://github.com/dunst-project/dunst

I can immediately combine this with setting up pretty notifications that run on a cron schedule:

* * * * 1 DISPLAY=:0 notify-send "hello world"

For my installation script repo I can create a file containing crontabs and run crontab <file-name> to import them to the current user.