Save configuration and allow custom script to execute when timer ends

This commit is contained in:
Vyn 2024-10-17 14:04:47 +02:00
parent 8585f5741f
commit da32449075
6 changed files with 24879 additions and 19 deletions

View file

@ -16,6 +16,12 @@ Simple Pomodoro timer.
- Ninja (or Make but you will need to adapt the commands)
- Git
You can provide a custom script to execute when the timer ends, the usual usage is to display a
notification and play a sound, so if you don't provide your own script you also need:
- notify-send (notification's visual)
- gst-play-1.0 (notification's sound)
### Steps
Fetch and setup the repository: