From acf8a766eadeb3533c891aac9de00c1288adae81 Mon Sep 17 00:00:00 2001 From: Benjamin Date: Mon, 21 Dec 2020 20:55:22 +0100 Subject: [PATCH] Add settings and add several color-schemes --- README.md | 7 +++- time.html | 111 +++++++++++++++++++++++++++++++++++++++++++++--------- 2 files changed, 98 insertions(+), 20 deletions(-) diff --git a/README.md b/README.md index 59653fb..ff76d30 100644 --- a/README.md +++ b/README.md @@ -3,11 +3,14 @@ Press `h` to show the hotkeys: - `Space` sweeps through clock-displays -- `c` toggles the colors +- `c` and `shift-c` sweeps through the color-schemes - `+` increases size - `-` decreases size - `0` resets size +- `s` shows settings -I wanted to have a fullscreen clock for my dual-screen setup for a longer time. After I have learned the very basics of HTML and Javascript, I decided to write my own little fullscreen-clock. Afterwards I decided to make it available for others, so I added a help-function (press `h`) and after some refactoring I put it on GitHub. +I wanted to have a fullscreen clock for my dual-screen setup for a longer time. After I have learned the very basics of HTML and Javascript, I decided to write my own little fullscreen-clock. After I decided to make it available for others, I added a help-function (press `h`) and after some refactoring I put it on GitHub. There are at least a dozen more features in my head I could implement but this is what I have so far. And I don't know if this will work on your computer (regarding the browser, your keyboard-language etc). + +I will try to keep this tiny application updated and I hopefully I fill continue to add more features. diff --git a/time.html b/time.html index 066d189..3361f5c 100644 --- a/time.html +++ b/time.html @@ -5,14 +5,26 @@ -
- +
+
+