all repos — dotfiles @ ca626894ecd234fe4a759ac8ffbe05becbed1c00

my *nix dotfiles

weechat/buflist.conf (view raw)

 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]
13add_newline = on
14auto_scroll = 50
15display_conditions = "${buffer.hidden}==0"
16enabled = on
17mouse_jump_visited_buffer = off
18mouse_move_buffer = on
19mouse_wheel = on
20nick_prefix = off
21nick_prefix_empty = on
22signals_refresh = ""
23sort = "number,-active"
24use_items = 1
25
26[format]
27buffer = "${indent}${format_nick_prefix}${color_hotlist}${format_name}"
28buffer_current = "${color:,yellow}${format_buffer}"
29hotlist = " ${color:green}(${hotlist}${color:green})"
30hotlist_highlight = "${color:magenta}"
31hotlist_low = "${color:white}"
32hotlist_message = "${color:brown}"
33hotlist_none = "${color:default}"
34hotlist_private = "${color:green}"
35hotlist_separator = "${color:default},"
36indent = "  "
37lag = " ${color:green}[${color:brown}${lag}${color:green}]"
38name = "${name}"
39nick_prefix = "${color_nick_prefix}${nick_prefix}"
40number = "${color:green}${number}${if:${number_displayed}?.: }"