]> git.r.bdr.sh - rbdr/dotfiles/blob - weechat/buflist.conf
Merge branch 'master' of gitlab.com:rbdr/dotfiles
[rbdr/dotfiles] / weechat / buflist.conf
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 /set or similar command to change settings in WeeChat.
8 #
9 # For more info, see: https://weechat.org/doc/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
25 [format]
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},"
35 indent = " "
36 lag = " ${color:green}[${color:brown}${lag}${color:green}]"
37 name = "${name}"
38 nick_prefix = "${color_nick_prefix}${nick_prefix}"
39 number = "${color:green}${number}${if:${number_displayed}?.: }"