commit: 99e84cfba41da007338f27f529f6d41362121eb4
parent: d782a8e7f4c21093eb91be1da1b69bcd14e64247
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date: Sat, 15 Jun 2019 02:22:00 +0200
.weechat: Add alternatetz
Diffstat:
1 file changed, 4 insertions(+), 0 deletions(-)
diff --git a/.weechat/plugins.conf b/.weechat/plugins.conf
@@ -23,6 +23,8 @@ perl.highmon.nick_suffix = ">"
perl.highmon.output = "buffer"
perl.highmon.short_names = "off"
perl.mass_hl_blocker.limit = "5"
+python.alternatetz.timeformat = "%H:%M"
+python.alternatetz.timezone = "GMT"
python.autojoin.autosave = "off"
python.buffer_autoclose.age_limit = "30"
python.buffer_autoclose.ignore = ""
@@ -44,6 +46,8 @@ python.go.use_core_instead_weechat = "off"
[desc]
perl.mass_hl_blocker.limit = "minimum amount of nicks in line to disable highlight (default: 5)"
+python.alternatetz.timeformat = "strftime compatible format (default: "%H:%M")"
+python.alternatetz.timezone = "list of timezones to display. The list is comprised of space separated list timezones using the Olson tz database (default: "GMT")"
python.go.auto_jump = "automatically jump to buffer when it is uniquely selected (default: "off")"
python.go.buffer_number = "display buffer number (default: "on")"
python.go.color_name = "color for buffer name (not selected) (default: "black,cyan")"