# ForcedPomodoro A pomodoro timer daemon which locks your screen on breaks. ## Who is this intendend for - Computer addicts (who want to get a break, but cant) - People who tend to ignore the beeps of the pomodoro timer - Computer addicts who want to get fit ([see](#audio)) ## Usage 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 forcedpomodoro default-profile ``` Enable autostart: ```sh forcedpomodoro autostart enable # Disable it using: forcedpomodoro autostart disable ``` ## Audio 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](https://www.youtube.com/watch?v=41N6bKO-NVI) challenge, to remind me of doing some kind of exercise. ## License MIT