Skip to content

Systemd timer that reminds you to take a break every 15 minutes.

License

Notifications You must be signed in to change notification settings

leifmetcalf/break-reminder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Break Reminder

This is a systemd timer that reminds you to take a break every 15 minutes. It uses notify-send.

Install

Download the repository files into your systemd units folder, and then systemctl enable the timer:

mkdir -p ~/.local/share/systemd/user
curl https://raw.githubusercontent.com/leifmetcalf/break-reminder/master/break-reminder.service -o ~/.local/share/systemd/user/break-reminder.service
curl https://raw.githubusercontent.com/leifmetcalf/break-reminder/master/break-reminder.timer -o ~/.local/share/systemd/user/break-reminder.timer
systemctl --user enable --now break-reminder.timer

About

Systemd timer that reminds you to take a break every 15 minutes.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published