clock: scroll through multiple timezones

This commit is contained in:
Daniel De Graaf
2020-08-12 22:46:51 -04:00
parent 8cd6e13308
commit 62082bdb01
5 changed files with 47 additions and 4 deletions

View File

@ -26,6 +26,11 @@ The *clock* module displays the current date and time.
default: inferred local timezone ++
The timezone to display the time in, e.g. America/New_York.
*timezones*: ++
typeof: list of strings ++
A list of timezones to use for time display, changed using the scroll wheel. ++
Use "" to represent the system's local timezone. Using %Z in the format or tooltip format is useful to track which time zone is currently displayed.
*locale*: ++
typeof: string ++
default: inferred from current locale ++