diff options
| author | Ruben Beltran del Rio <git@r.bdr.sh> | 2025-04-08 13:13:54 +0200 |
|---|---|---|
| committer | Ruben Beltran del Rio <git@r.bdr.sh> | 2025-04-08 13:13:54 +0200 |
| commit | c836df4fc2a8ff664e97ceae2d62adcf9e2f8d78 (patch) | |
| tree | d7fc4f7a92ae3aadf2f31e737566760f9aef155e /config/weechat/buflist.conf | |
| parent | 9d7f9f3fb444522e49979d024b90d1701882e031 (diff) | |
Add new weechat config
Diffstat (limited to 'config/weechat/buflist.conf')
| -rw-r--r-- | config/weechat/buflist.conf | 41 |
1 files changed, 41 insertions, 0 deletions
diff --git a/config/weechat/buflist.conf b/config/weechat/buflist.conf new file mode 100644 index 0000000..c877d27 --- /dev/null +++ b/config/weechat/buflist.conf @@ -0,0 +1,41 @@ +# +# weechat -- buflist.conf +# +# WARNING: It is NOT recommended to edit this file by hand, +# especially if WeeChat is running. +# +# Use commands like /set or /fset to change settings in WeeChat. +# +# For more info, see: https://weechat.org/doc/weechat/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,-active" +use_items = 1 + +[format] +buffer = "${format_number}${indent}${format_nick_prefix}${color_hotlist}${format_name}" +buffer_current = "${color:,17}${format_buffer}" +hotlist = " ${color:green}(${hotlist}${color:green})" +hotlist_highlight = "${color:magenta}" +hotlist_low = "${color:white}" +hotlist_message = "${color:brown}" +hotlist_none = "${color:default}" +hotlist_private = "${color:green}" +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}?.: }" +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})" |