pomo

A simple pomodoro timer
Log | Files | Refs | README | LICENSE

commit 64cdc50fbcc47cbcb957111ff6637e65c5b5f525
parent 9f858020240d936d703b33aaf24be27f03f81fc0
Author: Ivan Tham <pickfire@riseup.net>
Date:   Mon, 11 Apr 2022 14:35:23 +0800

Reduce nap time to 15 minutes as mentioned in docs
Diffstat:
Mconfig.def.h | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/config.def.h b/config.def.h @@ -17,5 +17,5 @@ static Timers timers[] = { { 1500, "Time to start working!"}, { 300, "Time to start resting!"}, { 1500, "Time to start working!"}, - { 1200, "Time to take a nap!" }, + { 900, "Time to take a nap!" }, };