2 # weechat -- buflist.conf
 
   4 # WARNING: It is NOT recommended to edit this file by hand,
 
   5 # especially if WeeChat is running.
 
   7 # Use commands like /set or /fset to change settings in WeeChat.
 
   9 # For more info, see: https://weechat.org/doc/weechat/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"
 
  27 buffer = "${format_number}${indent}${format_nick_prefix}${color_hotlist}${cut:14,+,${name}}"
 
  28 buffer_current = "${color:,blue}${format_buffer}"
 
  29 hotlist = " ${color:green}(${hotlist}${color:green})"
 
  30 hotlist_highlight = "${color:magenta}"
 
  31 hotlist_low = "${color:white}"
 
  32 hotlist_message = "${color:brown}"
 
  33 hotlist_none = "${color:default}"
 
  34 hotlist_private = "${color:green}"
 
  35 hotlist_separator = "${color:default},"
 
  37 lag = " ${color:green}[${color:brown}${lag}${color:green}]"
 
  39 nick_prefix = "${color_nick_prefix}${nick_prefix}"
 
  40 number = "${color:green}${number}${if:${number_displayed}?.: }"
 
  41 tls_version = " ${color:default}(${if:${tls_version}==TLS1.3?${color:green}:${if:${tls_version}==TLS1.2?${color:yellow}:${color:red}}}${translate:${tls_version}}${color:default})"