-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
82bb51e
commit 9987ecc
Showing
1 changed file
with
31 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
Tomato Timer | ||
============ | ||
|
||
A simple Pomodoro app which lives in the menu bar. | ||
|
||
![](./screenshots/tomato%20timer%20menu.png) | ||
|
||
It also supports sound and visual notifications: | ||
|
||
![](./screenshots/tomato%20timer%20notification.png) | ||
|
||
And some degree of control: | ||
|
||
![](./screenshots/tomato%20timer%20preferences%201.png) | ||
![](./screenshots/tomato%20timer%20preferences%202.png) | ||
|
||
## Building | ||
|
||
To keep things simple, you just need Qt Creator and Qt 5.7. | ||
|
||
## Todo | ||
|
||
* Styling for Windows & Linux | ||
|
||
## Licence | ||
|
||
LGPLv3. See `LICENSE` and `COPYING.LESSER`. | ||
|
||
Copyright (c) 2017 Lucas Martin-King. | ||
|
||
Other parts of this software (eg: Qt) are covered by other licences. |