Last active
September 18, 2020 16:08
-
-
Save filakovsky/5e4487686b97be1db34345fbe7e44bd1 to your computer and use it in GitHub Desktop.
Notification reminder throught crontab
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| SHELL=/bin/sh | |
| PATH=/usr/bin | |
| # m h dom mon dow command | |
| 50 * * * * XDG_RUNTIME_DIR=/run/user/$(id -u) notify-send "Rest break!" "Stand up, stretch and relax" |
Author
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Edit your crontab via
$ crontab -eand copy-paste above config