Skip to content

Instantly share code, notes, and snippets.

@filakovsky
filakovsky / crontab_reminder
Last active September 18, 2020 16:08
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"