Manpage subsection TzTime: Example config now matches to the context (#134)

This commit is contained in:
Bandie Yip Kojote 2016-06-30 07:52:35 +00:00 committed by Michael Stapelberg
parent 4a37333cad
commit dd0f6bf4b7

View File

@ -433,9 +433,10 @@ If you would like to use markup in this section, there is a separate
*Example configuration (markup)*: *Example configuration (markup)*:
------------------------------------------------------------- -------------------------------------------------------------
tztime time { tztime berlin {
format = "<span foreground='#ffffff'>time:</span> %time" format = "<span foreground='#ffffff'>time:</span> %time"
format_time = "%H:%M %Z" format_time = "%H:%M %Z"
timezone = "Europe/Berlin"
} }
------------------------------------------------------------- -------------------------------------------------------------