From 34068a82f9292b226b3df05246b7451236495c0c Mon Sep 17 00:00:00 2001 From: h1romas4 Date: Tue, 7 May 2024 20:07:52 +0900 Subject: [PATCH] update README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index dc2f6d9..8a9d7f4 100644 --- a/README.md +++ b/README.md @@ -100,7 +100,7 @@ layout { | `timezone[2-9]` | `"name/offset"` | - | | | `default_timezone` | `"name"` | `"UTC"` | | | `date_format` | [chrono::format::strftime](https://docs.rs/chrono/latest/chrono/format/strftime/index.html) | `%Y-%m-%d %a` | | -| `time_format` | [chrono::format::strftime](https://docs.rs/chrono/latest/chrono/format/strftime/index.html) | `%H:%M` | | +| `time_format` | [chrono::format::strftime](https://docs.rs/chrono/latest/chrono/format/strftime/index.html) | `%H:%M` | The screen refreshes every minute. | | `background_color` | `"#color"` | `"#0080a0"` | | | `foreground_color` | `"#color"` | `"#ffffff"` | It may be adjusted automatically depending on the `background_color`. | | `pane_color` | `"#color"` | `"#1e1e1e"` | |