Make display of columns for week number and day of week configurable

Closes #389

Signed-off-by: Thomas Lauf <thomas.lauf@tngtech.com>
This commit is contained in:
Thomas Lauf 2022-12-29 17:59:55 +01:00
parent a5194c5b2e
commit f9ca6c6f5e
4 changed files with 51 additions and 13 deletions

View file

@ -47,6 +47,14 @@ Set the date range for the summary report.
The value has to be a range hint, see timew-hints(7).
Default value is ':day'
**reports.summary.weekdays**::
Determines whether the weekday column is shown in the summary.
Default value is 'yes'
**reports.summary.weeks**::
Determines whether the week column is shown in the summary.
Default value is 'yes'
**tags.**__<tag>__**.color**::
Assigns a specific foreground and background color to a tag.
Examples of valid colors include 'white', 'gray8', 'black on yellow', and 'rgb345'.