A pomodoro timer daemon which locks your screen on breaks.
Install it with cargo (or do whatever you do to install rust programs):
sh
cargo install --locked forcedpomodoro
Create a custom profile and set it as default:
sh
forcedpomodoro create-profile <yourprofilename>
forcedpomodoro default-profile <yourprofilename>
Enable autostart:
```sh
forcedpomodoro autostart enable
```
You can set an audio file as an action in for the long and short pomodoro breaks.
Replace action: None
with action: PlaySound("/path/to/audio")
for each break.
I set the audio for short breaks to the Bring Sally Up challenge, to remind me of doing some kind of exercise.
MIT