A pomodoro timer that refuses to be ignored. Built for people who get distracted easily.
Download for Windows, Mac, or Linux
It's a pomodoro timer that flashes colors and makes noise. It stays on top of your other windows so you can't forget about it. The background changes color at a pace that slows down as your work session progresses.
demo.mov
- Always on top of other windows
- Flashing colors (be careful if you're sensitive to flashing lights)
- Multiple ticking sounds to choose from (or turn them off)
- Voice countdowns and encouragements
- Adjustable work/break durations
- Adjustable color change rate (BPM)
Windows will show a SmartScreen warning because the app isn't code-signed. Code signing certificates cost a few hundred dollars a year and this is a free project.
The app is open source, you can read all the code yourself. To run it anyway:
- Click "More info" on the warning
- Click "Run anyway"
Or just build it from source.
git clone https://github.com/timsayshey/cringe-clock.git
cd cringe-clock
npm install
npm startnpm run build-vue
npm run build-electron-mac # or -windows or -linuxPRs welcome. Some things that would be nice:
- Mute button for flashing only (no sound)
- More annoying sounds
- Task list that persists between sessions
MIT License
