This is a simple hardcoded pomodoro timer for OBS.
- a cycle is consists of two sessions: 50 minutes of work and 10 minutes of break
- each type of session has a counter
- there are two buttons: the left one is used to start/pause the timer and the right one is used to reset it (it won't reset sessions counters)
- every time a work session begins and ends an audio is played
git clone
this repo- Open OBS
- Add source -> Browser -> Create new (choose a name and check the checkbox) -> click "Ok"
- Check "Local file" -> Click the "URL" field and choose "index.html" that is inside the repo you cloned
- Set both "Width" and "Height" to 500
- If you want transparent background just replace the content of "Custom CSS" with
body, html { background-color: rgba(0, 0, 0, 0); margin: 0px auto; overflow: hidden; }
- Click "Refresh cache of current page"
- Click "Ok"
- Select the souce you created from the sources list
- Right click on it
- Interact
- Enjoy