diff options
Diffstat (limited to 'config/weechat/buflist.conf')
| -rw-r--r-- | config/weechat/buflist.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/weechat/buflist.conf b/config/weechat/buflist.conf index c877d27..aeedf56 100644 --- a/config/weechat/buflist.conf +++ b/config/weechat/buflist.conf @@ -33,7 +33,7 @@ hotlist_message = "${color:brown}" hotlist_none = "${color:default}" hotlist_private = "${color:green}" hotlist_separator = "${color:default}," -indent = " " +indent = "${color:237}${if:${buffer.next_buffer.local_variables.type}=~^(channel|private)$?├─:└─}" lag = " ${color:green}[${color:brown}${lag}${color:green}]" name = "${name}" nick_prefix = "${color_nick_prefix}${nick_prefix}" |