39 lines
1.1 KiB
Plaintext
Executable File
39 lines
1.1 KiB
Plaintext
Executable File
#
|
|
# 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]
|
|
auto_scroll = 50
|
|
display_conditions = "${buffer.hidden}==0"
|
|
enabled = on
|
|
mouse_jump_visited_buffer = off
|
|
mouse_move_buffer = on
|
|
mouse_wheel = on
|
|
nick_prefix = off
|
|
nick_prefix_empty = on
|
|
signals_refresh = ""
|
|
sort = "number,-active"
|
|
|
|
[format]
|
|
buffer = "${format_number}${indent}${format_nick_prefix}${color_hotlist}${name}"
|
|
buffer_current = "${color:,darkgray}${format_buffer}"
|
|
hotlist = " ${color:246}${hotlist}${color:246}"
|
|
hotlist_highlight = "${color:163}"
|
|
hotlist_low = "${color:darkgray}"
|
|
hotlist_message = "${color:231}"
|
|
hotlist_none = "${color:gray}"
|
|
hotlist_private = "${color:031}"
|
|
hotlist_separator = "${color:gray},"
|
|
indent = " "
|
|
lag = " ${color:green}[${color:brown}${lag}${color:green}]"
|
|
name = "${name}"
|
|
nick_prefix = "${color_nick_prefix}${nick_prefix}"
|
|
number = "${if:${type}==server?${color:black,31}:${color:239}}${number}${if:${number_displayed}?.: }"
|