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:
sh
forcedpomodoro create-profile <yourprofilename>
Setup autostart:
sh
forcedpomodoro service install
systemctl --user daemon-reload
systemctl enable forcedpomodoro.service
todo: set default configuration preset, autostart currently does not work
...profit?
You can set an audio file as an action in for the long and short pomodoro breaks. todo: document how