r/pomodoro • u/missaq81 • 4h ago
Tomatino - A Mac menu bar Pomodoro timer that switches your Focus mode and your music
I have never been able to sit with one thing for long, and Pomodoro was the first thing that helped, because it takes the decision away from me.
What kept failing was not the timer. It was the two steps around it: turn on a Focus mode so nothing interrupts, start the music I concentrate to. Two at the start, two at the end, and each one a moment where I could pick up my phone instead.
So I built the timer that does those two things itself. A session turns on a Focus mode and starts your music; the break turns both off, and the music resumes rather than starting the playlist over. It lives in the menu bar, there is no window and no Dock icon.
Two things I learned building it. macOS has no public API for Focus modes at all, so it runs two Shortcuts through /usr/bin/shortcuts, which also means the app cannot be sandboxed and cannot go to the App Store. And a countdown has to run on a monotonic clock, not the wall clock, or a break that ends behind a locked screen starts the next session while nobody is there.
Swift and SwiftUI, MIT licensed, free, no account and no analytics. macOS 26 on Apple silicon.

