X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=man%2Fi3status.man;h=4bc7d0aecb5817778838483bf6fc98356445c2ae;hb=fd484c6c5800577a7b27b7110d641cd12ba6464a;hp=7d27ae32ad043ecb8c74bd3671ba33ae86296f69;hpb=13f720ab752d61447cf7b4c06cd9a011b0d17bea;p=i3%2Fi3status diff --git a/man/i3status.man b/man/i3status.man index 7d27ae3..4bc7d0a 100644 --- a/man/i3status.man +++ b/man/i3status.man @@ -97,6 +97,7 @@ path_exists VPN { tztime local { format = "%Y-%m-%d %H:%M:%S" + hide_if_equals_localtime = true } tztime berlin { @@ -514,6 +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 set timezone has different time from localtime, set ++hide_if_equals_localtime+ to true. *Example order*: +tztime berlin+ @@ -533,6 +536,7 @@ tztime berlin { format = "time: %time" format_time = "%H:%M %Z" timezone = "Europe/Berlin" + hide_if_equals_localtime = true } ------------------------------------------------------------- @@ -577,9 +581,9 @@ to "default", PulseAudio will be tried if detected and will fallback to ALSA *Example order*: +volume master+ -*Example format*: +♪: %volume+ +*Example format*: +♪ (%devicename): %volume+ -*Example format_muted*: +♪: 0%%+ +*Example format_muted*: +♪ (%devicename): 0%%+ *Example configuration*: -------------------------------------------------------------