From e45ac4fdf88903e919812d3f2b8427e14f3cd091 Mon Sep 17 00:00:00 2001 From: Ben Harris Date: Sun, 22 Jul 2018 15:39:58 -0400 Subject: init --- weechat/.weechat/buflist.conf | 39 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) create mode 100644 weechat/.weechat/buflist.conf (limited to 'weechat/.weechat/buflist.conf') diff --git a/weechat/.weechat/buflist.conf b/weechat/.weechat/buflist.conf new file mode 100644 index 0000000..1b2f8e5 --- /dev/null +++ b/weechat/.weechat/buflist.conf @@ -0,0 +1,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 = off +nick_prefix_empty = on +signals_refresh = "" +sort = "number" + +[format] +buffer = "${format_number}${indent}${format_nick_prefix}${color_hotlist}${name}" +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}," +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}?.: }" -- cgit 1.4.1