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
15 display_conditions = "${buffer.hidden}==0"
17 mouse_jump_visited_buffer = off
18 mouse_move_buffer = on
21 nick_prefix_empty = on
23 sort = "number,-active"
26 buffer = "${format_number}${indent}${format_nick_prefix}${color_hotlist}${format_name}"
27 buffer_current = "${color:,blue}${format_buffer}"
28 hotlist = " ${color:green}(${hotlist}${color:green})"
29 hotlist_highlight = "${color:magenta}"
30 hotlist_low = "${color:white}"
31 hotlist_message = "${color:brown}"
32 hotlist_none = "${color:default}"
33 hotlist_private = "${color:green}"
34 hotlist_separator = "${color:default},"
36 lag = " ${color:green}[${color:brown}${lag}${color:green}]"
38 nick_prefix = "${color_nick_prefix}${nick_prefix}"
39 number = "${color:green}${number}${if:${number_displayed}?.: }"