diff --git a/README.md b/README.md index 662b076..73e4194 100644 --- a/README.md +++ b/README.md @@ -99,8 +99,8 @@ layout { | `timezone1` | `"name/offset"` | `"UTC/0"` | | | `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` | The screen refreshes every minute. | +| `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"` | 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"` | |