diff options
author | eplanet <emeric.planet@gmail.com> | 2018-11-15 22:27:23 +0100 |
---|---|---|
committer | eplanet <emeric.planet@gmail.com> | 2018-11-15 22:27:23 +0100 |
commit | 1b7501b7ea561404b2dd27297a4ccd7432db46f4 (patch) | |
tree | b60d4c797e305fabd2213f93b244567e37e2beef /man | |
parent | ac6c2a7d46603202be3a4f4d677f0be274d15e23 (diff) |
Corrections according to PR review
Diffstat (limited to 'man')
-rw-r--r-- | man/i3status.man | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/man/i3status.man b/man/i3status.man index b3f71bf..cc363f5 100644 --- a/man/i3status.man +++ b/man/i3status.man @@ -97,7 +97,7 @@ path_exists VPN { tztime local { format = "%Y-%m-%d %H:%M:%S" - only_when_tz_different = true + hide_if_equals_localtime = true } tztime berlin { @@ -515,8 +515,8 @@ Files below that path make for valid timezone strings, e.g. for +/usr/share/zoneinfo/Europe/Berlin+ you can set timezone to +Europe/Berlin+ in the +tztime+ module. To override the locale settings of your environment, set the +locale+ option. -To display time only when the timezone is different from local timezone, set -+only_when_tz_different+ to true. +To display time only when the set timezone has different time from localtime, set ++hide_if_equals_localtime+ to true. *Example order*: +tztime berlin+ @@ -536,7 +536,7 @@ tztime berlin { format = "<span foreground='#ffffff'>time:</span> %time" format_time = "%H:%M %Z" timezone = "Europe/Berlin" - only_when_tz_different = false + hide_if_equals_localtime = true } ------------------------------------------------------------- |