Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
h1romas4 authored May 8, 2024
1 parent 286e6f4 commit 040d6d1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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"` | |
Expand Down

0 comments on commit 040d6d1

Please sign in to comment.