logo

dotfiles

My dotfiles, one branch per machine, rebased on base git clone https://hacktivis.me/git/dotfiles.git
commit: 1ec1d93c0019bb43ed922edc83c807233d8fc01a
parent cd118ac6a48e78a32681b7732f4a5a4094363464
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date:   Mon, 27 Apr 2020 02:39:50 +0200

.weechat: buflist config

Diffstat:

M.weechat/buflist.conf6+++---
1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/.weechat/buflist.conf b/.weechat/buflist.conf @@ -23,9 +23,9 @@ signals_refresh = "" sort = "number,-active" [format] -buffer = "${format_number}${indent}${format_nick_prefix}${color_hotlist}${format_name}" -buffer_current = "${color:,7}${format_buffer}" -hotlist = " ${color:green}(${hotlist}${color:green})" +buffer = "${format_number}${indent}${color_hotlist}${format_name}${format_hotlist}" +buffer_current = "${format_number}${indent}${color:3}${format_name}${format_hotlist}" +hotlist = "${color:green}(${hotlist}${color:green})" hotlist_highlight = "${color:magenta}" hotlist_low = "${color:white}" hotlist_message = "${color:7}"