From de7a76f87f90b07925f27cb27a74bc8bd5476c31 Mon Sep 17 00:00:00 2001 From: Ivan Tham Date: Mon, 15 Jun 2020 00:38:39 +0800 Subject: [PATCH] Update README with timer description --- README.md | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 59c8cbc..ff351e7 100644 --- a/README.md +++ b/README.md @@ -3,14 +3,12 @@ spt - simple pomodoro timer spt is a simple timer that uses the pomodoro technique that doubles your efficiency. - Features -------- - Get the jobs done quicker than ever - Keeps you free like a dog - Able to show remaining time - Installation ------------ Edit config.mk to match your local setup (spt is installed into the /usr/local @@ -23,12 +21,12 @@ as root): See the man pages for additional details. - Configuration ------------- -The configuration of spt is done by creating a custom config.h -and (re)compiling the source code. - +The configuration of spt is done by creating a custom config.h and +(re)compiling the source code. By default, the timer runs by 4 +pomodoro timer (25 mins) with subsequent rests in between (15 mins) +followed by a long rest (5 mins) in an infinite loop. Links -----