dotfiles

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README

buflist.conf (1333B)


      1 #
      2 # weechat -- buflist.conf
      3 #
      4 # WARNING: It is NOT recommended to edit this file by hand,
      5 # especially if WeeChat is running.
      6 #
      7 # Use commands like /set or /fset to change settings in WeeChat.
      8 #
      9 # For more info, see: https://weechat.org/doc/weechat/quickstart/
     10 #
     11 
     12 [look]
     13 add_newline = on
     14 auto_scroll = 50
     15 display_conditions = "${buffer.hidden}==0"
     16 enabled = on
     17 mouse_jump_visited_buffer = off
     18 mouse_move_buffer = on
     19 mouse_wheel = on
     20 nick_prefix = off
     21 nick_prefix_empty = on
     22 signals_refresh = ""
     23 sort = "number,-active"
     24 use_items = 1
     25 
     26 [format]
     27 buffer = "${format_number}${indent}${format_nick_prefix}${color_hotlist}${format_name}"
     28 buffer_current = "${color:,17}${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},"
     36 indent = "  "
     37 lag = " ${color:green}[${color:brown}${lag}${color:green}]"
     38 name = "${name}"
     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})"