mirror of
https://git.disroot.org/FollieHiyuki/dotfiles.git
synced 2024-11-25 16:58:38 -05:00
40 lines
1.2 KiB
Plaintext
40 lines
1.2 KiB
Plaintext
|
#
|
||
|
# 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 && ((${type}!=server && ${buffer.full_name}!=core.weechat) || ${buffer.active}==1)"
|
||
|
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_nick_prefix}${if:${current_buffer}?${color:darkgray,white}:${color_hotlist}}${format_name}"
|
||
|
buffer_current = "${color:,white}${format_buffer}"
|
||
|
hotlist = " ${color:green}(${hotlist}${color:green})"
|
||
|
hotlist_highlight = "${color:*yellow}"
|
||
|
hotlist_low = "${color:gray}"
|
||
|
hotlist_message = "${color:cyan}"
|
||
|
hotlist_none = "${color:darkgray}"
|
||
|
hotlist_private = "${color:*yellow}"
|
||
|
hotlist_separator = "${color:default},"
|
||
|
indent = " "
|
||
|
lag = " ${color:green}[${color:brown}${lag}${color:green}]"
|
||
|
name = "${name}"
|
||
|
nick_prefix = "${color_nick_prefix}${nick_prefix}"
|
||
|
number = "${color:green}${number}${if:${number_displayed}?.: }"
|