]> git.rmz.io Git - dotfiles.git/blob - weechat/buflist.conf
beebd4fb7a81a82da60f00c27cc36c27ddda10bb
[dotfiles.git] / 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 display_conditions = "${buffer.hidden}==0"
14 enabled = on
15 mouse_jump_visited_buffer = off
16 mouse_move_buffer = on
17 mouse_wheel = on
18 nick_prefix = off
19 nick_prefix_empty = on
20 signals_refresh = ""
21 sort = "number,-active"
22
23 [format]
24 buffer = "${format_number}${indent}${format_nick_prefix}${color_hotlist}${cut:14,+,${name}}"
25 buffer_current = "${color:,blue}${format_buffer}"
26 hotlist = " ${color:green}(${hotlist}${color:green})"
27 hotlist_highlight = "${color:magenta}"
28 hotlist_low = "${color:white}"
29 hotlist_message = "${color:brown}"
30 hotlist_none = "${color:default}"
31 hotlist_private = "${color:green}"
32 hotlist_separator = "${color:default},"
33 indent = " "
34 lag = " ${color:green}[${color:brown}${lag}${color:green}]"
35 nick_prefix = "${color_nick_prefix}${nick_prefix}"
36 number = "${color:green}${number}${if:${number_displayed}?.: }"