From 16181fe8af98b4726243034bb87bd94a220fe49c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zsolt=20Gajd=C3=A1cs?= <33376024+ZsoltGajdacs@users.noreply.github.com> Date: Sat, 5 Jan 2019 08:32:47 +0100 Subject: [PATCH 1/2] Update README.md --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 89e8da4..5073d65 100644 --- a/README.md +++ b/README.md @@ -3,3 +3,11 @@ A simple WPF application to remember to take a break from the screen ## Reason I decided to make this, because I couldn't find a proper alternative to SafeEyes which is only available for Linux. The only usable Windows alternative I found was EyeLeo, but I'm not satisfied with that. + +## Current features +* Displays a blocker window at regular intervals, keyboard disabled during that time +* Minimal settings window for display and interval times + +## Planned features +* Timer pause (the button is there but doesn't do anything currently) +* Custom quotes during breaks From 644a712372153899e85d0f99a5f16039bc31af9c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zsolt=20Gajd=C3=A1cs?= <33376024+ZsoltGajdacs@users.noreply.github.com> Date: Sat, 5 Jan 2019 08:34:19 +0100 Subject: [PATCH 2/2] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 5073d65..be5f75d 100644 --- a/README.md +++ b/README.md @@ -11,3 +11,4 @@ I decided to make this, because I couldn't find a proper alternative to SafeEyes ## Planned features * Timer pause (the button is there but doesn't do anything currently) * Custom quotes during breaks +* Make it look better, add window transitions :)