diff options
author | Bandie Yip Kojote <bandie@ttygap.net> | 2016-06-30 07:52:35 +0000 |
---|---|---|
committer | Michael Stapelberg <stapelberg@users.noreply.github.com> | 2016-06-30 08:52:35 +0100 |
commit | dd0f6bf4b76e6431b3d51abceef42fd60bfb16b5 (patch) | |
tree | 43eb927d80ad521201534be1f01f857867f683d7 /man | |
parent | 4a37333cadcd049569148ce2b0ed56c37609b401 (diff) |
Manpage subsection TzTime: Example config now matches to the context (#134)
Diffstat (limited to 'man')
-rw-r--r-- | man/i3status.man | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/man/i3status.man b/man/i3status.man index c43e4d3..26ea831 100644 --- a/man/i3status.man +++ b/man/i3status.man @@ -433,9 +433,10 @@ If you would like to use markup in this section, there is a separate *Example configuration (markup)*: ------------------------------------------------------------- -tztime time { +tztime berlin { format = "<span foreground='#ffffff'>time:</span> %time" format_time = "%H:%M %Z" + timezone = "Europe/Berlin" } ------------------------------------------------------------- |