all repos — dotfiles @ f96025bd2aabdbbfce97f79796f1e1488435fcbb

my *nix dotfiles

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