Pomodoro is a free and open source pomodoro timer build with Qt/QML.
Some features that I wanted to have in,
- Minimal interface
- Lap counter
- Customizable
- Notifications
I am planning to release on Flathub after some touches.
See Build section.
All dependencies except Qt modules are downloaded and built using conan
.
conan install . -of build
cmake --preset conan-debug
cmake --build build