all repos — dotfiles @ de4be0e38864ac8fc2b7821a7d6c6e1d9fecb6b2

my *nix dotfiles

weechat/buflist.conf (view raw)

 1
 2
 3
 4
 5
 6
 7
 8
 9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
 22
 23
 24
 25
 26
 27
 28
 29
 30
 31
 32
 33
 34
 35
 36
 37
 38
 39
#
# weechat -- buflist.conf
#
# WARNING: It is NOT recommended to edit this file by hand,
# especially if WeeChat is running.
#
# Use /set or similar command to change settings in WeeChat.
#
# For more info, see: https://weechat.org/doc/quickstart
#

[look]
add_newline = on
auto_scroll = 50
display_conditions = "${buffer.hidden}==0"
enabled = on
mouse_jump_visited_buffer = off
mouse_move_buffer = on
mouse_wheel = on
nick_prefix = on
nick_prefix_empty = on
signals_refresh = ""
sort = "number,-active"

[format]
buffer = "${format_number}${indent}${format_nick_prefix}${color_hotlist}${name}   "
buffer_current = "${color:,lightgreen}${format_buffer}"
hotlist = " ${color:blue)(${hotlist}${color:blue})"
hotlist_highlight = "${color:blue}"
hotlist_low = "${color:yellow}"
hotlist_message = "${color:green}"
hotlist_none = "${color:default}"
hotlist_private = "${color:lightcyan}"
hotlist_separator = "${color:blue},"
indent = " "
lag = " ${color:green}[${color:brown}${lag}${color:green}]"
name = "${name}"
nick_prefix = "${color_nick_prefix}${nick_prefix}"
number = "${color:blue}${number}${if:${number_displayed}?.: }"