bens-dotfiles/weechat/.weechat/buflist.conf

42 lines
1.6 KiB
Plaintext
Raw Permalink Normal View History

2018-07-22 19:39:58 +00:00
#
# weechat -- buflist.conf
#
# WARNING: It is NOT recommended to edit this file by hand,
# especially if WeeChat is running.
#
2021-07-26 18:36:05 +00:00
# Use commands like /set or /fset to change settings in WeeChat.
2018-07-22 19:39:58 +00:00
#
# 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 = off
nick_prefix_empty = on
signals_refresh = ""
sort = "number"
use_items = 1
2018-07-22 19:39:58 +00:00
[format]
buffer = "${format_number}${indent}${format_nick_prefix}${color_hotlist}${if:(${buffer.full_name} =~ ^irc)?${if:(${irc_server.away_time} > 0)?${color:yellow}>}${if:(${irc_channel.part} == 1)?${color:red}_}${if:(${irc_server.is_connected} == 0)?${color:*magenta}*}}${if:${type}==private?↪}${name}"
2018-07-22 19:39:58 +00:00
buffer_current = "${color:,233}${format_number}${indent}${format_nick_prefix}${color:lightcyan}${name}"
hotlist = " ${color:green}(${hotlist}${color:green})"
hotlist_highlight = "${color:magenta}"
hotlist_low = "${color:default}"
hotlist_message = "${color:130}"
hotlist_none = "${color:white}"
hotlist_private = "${color:cyan}"
hotlist_separator = "${color:default},"
2018-11-16 18:54:44 +00:00
indent = "${color:237}${if:${buffer.next_buffer.local_variables.type}=~^(channel|private)$?├:└}"
2018-07-22 19:39:58 +00:00
lag = " ${color:green}[${color:brown}${lag}${color:green}]"
name = "${name}"
nick_prefix = "${color_nick_prefix}${nick_prefix}"
2018-11-19 19:17:22 +00:00
number = "${color:green}${number}"
2021-07-26 18:36:05 +00:00
tls_version = " ${color:default}(${if:${tls_version}==TLS1.3?${color:green}:${if:${tls_version}==TLS1.2?${color:yellow}:${color:red}}}${translate:${tls_version}}${color:default})"