2 # weechat -- buflist.conf
4 # WARNING: It is NOT recommended to edit this file by hand,
5 # especially if WeeChat is running.
7 # Use /set or similar command to change settings in WeeChat.
9 # For more info, see: https://weechat.org/doc/quickstart
14 display_conditions = "${buffer.hidden}==0"
16 mouse_jump_visited_buffer = off
17 mouse_move_buffer = on
20 nick_prefix_empty = on
22 sort = "number,-active"
25 buffer = "${format_number}${indent}${format_nick_prefix}${color_hotlist}${cut:14,+,${name}}"
26 buffer_current = "${color:,blue}${format_buffer}"
27 hotlist = " ${color:green}(${hotlist}${color:green})"
28 hotlist_highlight = "${color:magenta}"
29 hotlist_low = "${color:white}"
30 hotlist_message = "${color:brown}"
31 hotlist_none = "${color:default}"
32 hotlist_private = "${color:green}"
33 hotlist_separator = "${color:default},"
35 lag = " ${color:green}[${color:brown}${lag}${color:green}]"
37 nick_prefix = "${color_nick_prefix}${nick_prefix}"
38 number = "${color:green}${number}${if:${number_displayed}?.: }"