diff options
Diffstat (limited to 'man/i3status.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" } ------------------------------------------------------------- |