about summary refs log tree commit diff
path: root/weechat/.weechat/buflist.conf
diff options
context:
space:
mode:
Diffstat (limited to 'weechat/.weechat/buflist.conf')
-rw-r--r--weechat/.weechat/buflist.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/weechat/.weechat/buflist.conf b/weechat/.weechat/buflist.conf
index 40f91e6..d8e5e22 100644
--- a/weechat/.weechat/buflist.conf
+++ b/weechat/.weechat/buflist.conf
@@ -23,7 +23,7 @@ signals_refresh = ""
 sort = "number"
 
 [format]
-buffer = "${format_number}${indent}${format_nick_prefix}${color_hotlist}${name}"
+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}"
 buffer_current = "${color:,233}${format_number}${indent}${format_nick_prefix}${color:lightcyan}${name}"
 hotlist = " ${color:green}(${hotlist}${color:green})"
 hotlist_highlight = "${color:magenta}"