Skip to content

Instantly share code, notes, and snippets.

@filakovsky
Last active September 18, 2020 16:08
Show Gist options
  • Save filakovsky/5e4487686b97be1db34345fbe7e44bd1 to your computer and use it in GitHub Desktop.
Save filakovsky/5e4487686b97be1db34345fbe7e44bd1 to your computer and use it in GitHub Desktop.
Notification reminder throught crontab
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"
@filakovsky
Copy link
Author

Edit your crontab via$ crontab -e and copy-paste above config

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment