ForcedPomodoro

A pomodoro timer daemon which locks your screen on breaks.

Who is this intendend for

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 <yourprofilename> forcedpomodoro default-profile <yourprofilename> 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 challenge, to remind me of doing some kind of exercise.

License

MIT