From cfab12b5732ab88ddb7c2dc91dba7768de2cb777 Mon Sep 17 00:00:00 2001 From: Ben Harris Date: Thu, 9 Aug 2018 11:38:43 -0400 Subject: [PATCH] fix buflist width --- weechat/.weechat/alias.conf | 1 + weechat/.weechat/buflist.conf | 2 +- weechat/.weechat/weechat.conf | 9 +++++---- 3 files changed, 7 insertions(+), 5 deletions(-) diff --git a/weechat/.weechat/alias.conf b/weechat/.weechat/alias.conf index 186127b..5e939d8 100644 --- a/weechat/.weechat/alias.conf +++ b/weechat/.weechat/alias.conf @@ -35,6 +35,7 @@ MSGBUF = "command -buffer $1 * /input send $2-" MUB = "unban *" N = "names" NS = "quote nickserv" +OS = "quote operserv" Q = "query" REDRAW = "window refresh" save_settings = "/autojoin --run;/layout store;/save" diff --git a/weechat/.weechat/buflist.conf b/weechat/.weechat/buflist.conf index 1b2f8e5..cdcd23b 100644 --- a/weechat/.weechat/buflist.conf +++ b/weechat/.weechat/buflist.conf @@ -32,7 +32,7 @@ hotlist_message = "${color:130}" hotlist_none = "${color:white}" hotlist_private = "${color:cyan}" hotlist_separator = "${color:default}," -indent = " " +indent = " " lag = " ${color:green}[${color:brown}${lag}${color:green}]" name = "${name}" nick_prefix = "${color_nick_prefix}${nick_prefix}" diff --git a/weechat/.weechat/weechat.conf b/weechat/.weechat/weechat.conf index 5bbf7a6..f79b424 100644 --- a/weechat/.weechat/weechat.conf +++ b/weechat/.weechat/weechat.conf @@ -98,8 +98,8 @@ paste_bracketed_timer_delay = 10 paste_max_lines = 1 prefix_action = " *" prefix_align = right -prefix_align_max = 15 -prefix_align_min = 15 +prefix_align_max = 12 +prefix_align_min = 8 prefix_align_more = "+" prefix_align_more_after = on prefix_buffer_align = right @@ -158,7 +158,7 @@ chat_nick_offline_highlight = default chat_nick_offline_highlight_bg = blue chat_nick_other = cyan chat_nick_prefix = green -chat_nick_self = red +chat_nick_self = lightred chat_nick_suffix = green chat_prefix_action = white chat_prefix_buffer = brown @@ -255,7 +255,7 @@ buflist.position = left buflist.priority = 100 buflist.separator = on buflist.size = 0 -buflist.size_max = 0 +buflist.size_max = 18 buflist.type = root fset.color_bg = default fset.color_delim = cyan @@ -356,6 +356,7 @@ default.current = on [notify] irc.darwin = message irc.freenode.##csharp = highlight +irc.freenode.#vim = highlight irc.hashbang = message irc.sdf = message irc.tilde = message