From 669d824743d9d33d9175ad7af7d0a9d2d02e3213 Mon Sep 17 00:00:00 2001 From: Xiao Pan Date: Mon, 25 Dec 2023 01:04:06 -0800 Subject: weechat bar max size change I want nicklist bar width smaller. Set weechat.bar.nicklist.size_max to 13 so my username flylightning is still display in full. Also phone numbers in &bitlbee +_11111111111 is displayed in full. Set weechat.bar.buflist.size_max to 21 so "Arch Linux on Mobile" is displayed as "Arch Linux on M". --- home/xyz/.config/weechat/weechat.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'home') diff --git a/home/xyz/.config/weechat/weechat.conf b/home/xyz/.config/weechat/weechat.conf index b9724f2c..13818c8f 100644 --- a/home/xyz/.config/weechat/weechat.conf +++ b/home/xyz/.config/weechat/weechat.conf @@ -275,7 +275,7 @@ buflist.position = left buflist.priority = 0 buflist.separator = on buflist.size = 0 -buflist.size_max = 0 +buflist.size_max = 21 buflist.type = root fset.color_bg = default fset.color_bg_inactive = default @@ -320,7 +320,7 @@ nicklist.position = right nicklist.priority = 200 nicklist.separator = on nicklist.size = 0 -nicklist.size_max = 0 +nicklist.size_max = 13 nicklist.type = window status.color_bg = blue status.color_bg_inactive = darkgray -- cgit v1.2.3-70-g09d2