#
# weechat -- buflist.conf
#
# WARNING: It is NOT recommended to edit this file by hand,
# especially if WeeChat is running.
#
# Use commands like /set or /fset to change settings in WeeChat.
#
# For more info, see: https://weechat.org/doc/weechat/quickstart/
#
[look]
add_newline = on
auto_scroll = 50
display_conditions = "${buffer.hidden}==0"
enabled = on
mouse_jump_visited_buffer = off
mouse_move_buffer = on
mouse_wheel = on
nick_prefix = off
nick_prefix_empty = on
signals_refresh = ""
sort = "number,-active"
use_items = 1
[format]
buffer = "${color:${buflist.color.name}}${name}"
buffer_current = "${color:,0}${format_buffer}"
hotlist = "${hotlist}"
hotlist_highlight = "${color:cyan}"
hotlist_low = "${color:darkgray}"
hotlist_message = "${color:darkgray}"
hotlist_none = "${color:darkgray}"
hotlist_private = "${color:cyan}"
hotlist_separator = "${color:darkgray} "
indent = ""
lag = " (${color:brown}${lag})"
name = "${name}"
nick_prefix = "${nick_prefix}"
number = "${color:darkgray}${number}${if:${number_displayed}? : }"
tls_version = " ${color:darkgray}(${if:${tls_version}==TLS1.3?${color:green}:${if:${tls_version}==TLS1.2?${color:yellow}:${color:red}}}${translate:${tls_version}}${color:darkgray})"