From f161429dfc4e3faa815a00ee9f9afe01ccc959cc Mon Sep 17 00:00:00 2001 From: Jake Stanger Date: Sat, 16 Nov 2024 20:36:28 +0000 Subject: [PATCH] docs(clock): align table columns --- docs/modules/Clock.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/modules/Clock.md b/docs/modules/Clock.md index 627be83..a191763 100644 --- a/docs/modules/Clock.md +++ b/docs/modules/Clock.md @@ -8,12 +8,12 @@ Clicking on the widget opens a popup with the time and a calendar. > Type: `clock` -| Name | Type | Default | Description | -|----------------|----------|------------------------------------|-------------------------------------------------------------------------------------| -| `format` | `string` | `%d/%m/%Y %H:%M` | Date/time format string. Pango markup is supported. | -| `format_popup` | `string` | `%H:%M:%S` | Date/time format string to display in the popup header. Pango markup is supported. | -| `locale` | `string` | `$LC_TIME` or `$LANG` or `'POSIX'` | Locale to use (eg `en_GB`). Defaults to the system language (reading from env var). | -| `orientation` | `'horizontal'` or `'vertical'` (shorthand: `'h'` or `'v'`) | `'horizontal'` | Orientation of the time on the clock button. | +| Name | Type | Default | Description | +|----------------|------------------------------------------------------------|------------------------------------|-------------------------------------------------------------------------------------| +| `format` | `string` | `%d/%m/%Y %H:%M` | Date/time format string. Pango markup is supported. | +| `format_popup` | `string` | `%H:%M:%S` | Date/time format string to display in the popup header. Pango markup is supported. | +| `locale` | `string` | `$LC_TIME` or `$LANG` or `'POSIX'` | Locale to use (eg `en_GB`). Defaults to the system language (reading from env var). | +| `orientation` | `'horizontal'` or `'vertical'` (shorthand: `'h'` or `'v'`) | `'horizontal'` | Orientation of the time on the clock button. | > Detail on available tokens can be found here: