Feature Clock: show list of time in other timezones in a tooltip

Introducing new tooltip placeholder: {timezoned_time_list}. It will be replaced with the list of times in different time zones.
I've found it useful to hover the mouse pointer on time and see time in all my timezones at once.
Current timezone excluding from the list, so if you will scroll over the time module and change the active timezone, this timezone will be excluded from the list and the previous active zone will be added.
This commit is contained in:
Sergey Mishin
2021-10-05 09:46:52 +00:00
parent 9e8a71c4ef
commit ece86c96d7
3 changed files with 34 additions and 2 deletions

View File

@ -91,6 +91,7 @@ View all valid format options in *strftime(3)*.
# FORMAT REPLACEMENTS
*{calendar}*: Current month calendar
*{timezoned_time_list}*: List of time in the rest timezones, if more than one timezone is set in the config
# EXAMPLES