diff options
author | Xiao Pan <gky44px1999@gmail.com> | 2023-12-25 01:04:06 -0800 |
---|---|---|
committer | Xiao Pan <gky44px1999@gmail.com> | 2023-12-25 01:04:06 -0800 |
commit | 669d824743d9d33d9175ad7af7d0a9d2d02e3213 (patch) | |
tree | d64ed0d14ee79070514976e7ea08342f45737c64 /home/xyz/.config/weechat | |
parent | c1ed1e91e879e8fed0b886b08b322ad0136d7265 (diff) |
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".
Diffstat (limited to 'home/xyz/.config/weechat')
-rw-r--r-- | home/xyz/.config/weechat/weechat.conf | 4 |
1 files changed, 2 insertions, 2 deletions
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 |