all repos — dotfiles @ 18ba18bd0eb8c0d28451834bf5af969f9ecd24f1

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 = on
21nick_prefix_empty = on
22signals_refresh = ""
23sort = "number,-active"
24
25[format]
26buffer = "${format_number}${indent}${format_nick_prefix}${color_hotlist}${name}   "
27buffer_current = "${color:,lightgreen}${format_buffer}"
28hotlist = " ${color:blue)(${hotlist}${color:blue})"
29hotlist_highlight = "${color:blue}"
30hotlist_low = "${color:yellow}"
31hotlist_message = "${color:green}"
32hotlist_none = "${color:default}"
33hotlist_private = "${color:lightcyan}"
34hotlist_separator = "${color:blue},"
35indent = " "
36lag = " ${color:green}[${color:brown}${lag}${color:green}]"
37name = "${name}"
38nick_prefix = "${color_nick_prefix}${nick_prefix}"
39number = "${color:blue}${number}${if:${number_displayed}?.: }"