From d208e0ee9daecf96010a80275a9f61db3f21f87a Mon Sep 17 00:00:00 2001 From: Patrick Spek Date: Fri, 8 May 2020 11:08:11 +0200 Subject: Make use of the hotlist in weechat --- .weechat/weechat.conf | 42 ++++++++++++++++++++++++++++-------------- 1 file changed, 28 insertions(+), 14 deletions(-) (limited to '.weechat') diff --git a/.weechat/weechat.conf b/.weechat/weechat.conf index 648ee85..6087757 100644 --- a/.weechat/weechat.conf +++ b/.weechat/weechat.conf @@ -59,14 +59,14 @@ highlight = "" highlight_regex = "" highlight_tags = "slack_channel+nick_pingdom,slack_channel+nick_platform,slack_channel+nick_alertmanager" hotlist_add_conditions = "${away} || ${buffer.num_displayed} == 0" -hotlist_buffer_separator = ", " -hotlist_count_max = 2 -hotlist_count_min_msg = 2 -hotlist_names_count = 3 +hotlist_buffer_separator = " " +hotlist_count_max = 1 +hotlist_count_min_msg = 1 +hotlist_names_count = 10 hotlist_names_length = 0 -hotlist_names_level = 12 +hotlist_names_level = 14 hotlist_names_merged_buffers = off -hotlist_prefix = "H: " +hotlist_prefix = "" hotlist_remove = merged hotlist_short_names = on hotlist_sort = group_time_asc @@ -190,8 +190,8 @@ item_away = yellow nicklist_away = 8 nicklist_group = 2 separator = 8 -status_count_highlight = 5 -status_count_msg = 3 +status_count_highlight = red +status_count_msg = green status_count_other = default status_count_private = 2 status_data_highlight = 9 @@ -201,10 +201,10 @@ status_data_private = 2 status_filter = 2 status_more = 11 status_mouse = 2 -status_name = 15 +status_name = white status_name_ssl = 2 status_nicklist_count = default -status_number = 11 +status_number = default status_time = default [completion] @@ -272,7 +272,7 @@ buflist.color_fg = default buflist.conditions = "" buflist.filling_left_right = vertical buflist.filling_top_bottom = columns_vertical -buflist.hidden = off +buflist.hidden = on buflist.items = "buflist" buflist.position = left buflist.priority = 0 @@ -314,7 +314,7 @@ nicklist.color_fg = 2 nicklist.conditions = "nicklist" nicklist.filling_left_right = vertical nicklist.filling_top_bottom = columns_vertical -nicklist.hidden = off +nicklist.hidden = on nicklist.items = "buffer_nicklist" nicklist.position = right nicklist.priority = 200 @@ -343,7 +343,7 @@ status.conditions = "" status.filling_left_right = vertical status.filling_top_bottom = horizontal status.hidden = off -status.items = "[lag],buffer_number,buffer_plugin+/+buffer_name,buffer_nicklist_count,scroll" +status.items = "[lag],buffer_number,buffer_plugin+/+buffer_name,buffer_nicklist_count,scroll,║ hotlist" status.position = bottom status.priority = 500 status.separator = off @@ -396,18 +396,26 @@ vi_line_numbers.type = window [layout] [notify] +irc.freenode.##mahjong = highlight +irc.freenode.#freenode = highlight +irc.freenode.#gentoo = highlight +irc.freenode.#raku-dev = highlight +irc.rizon.#/g/technology = highlight python.mintlab.slack.com.#bier = all python.mintlab.slack.com.#development = all python.mintlab.slack.com.#devops = all python.mintlab.slack.com.#devops-alerts = all -python.mintlab.slack.com.#devops-ci = all +python.mintlab.slack.com.#devops-ci = highlight +python.mintlab.slack.com.#devops-info = all python.mintlab.slack.com.#general = all +python.mintlab.slack.com.#growth = all python.mintlab.slack.com.#gtd-ninjas = all python.mintlab.slack.com.#holacracy = all python.mintlab.slack.com.#livingroom = all python.mintlab.slack.com.#praatpythonmetme = all python.mintlab.slack.com.#python = all python.mintlab.slack.com.#quality_assurance = all +python.mintlab.slack.com.#release = all python.mintlab.slack.com.#secretaries = all python.mintlab.slack.com.#supportcenter = all python.mintlab.slack.com.&devops-team = all @@ -419,13 +427,19 @@ python.mintlab.slack.com.&storytellers = all python.mintlab.slack.com.&theladies = all python.mintlab.slack.com.Anouar = all python.mintlab.slack.com.arne = all +python.mintlab.slack.com.Bas = all python.mintlab.slack.com.Flippy = all python.mintlab.slack.com.Hazal = all +python.mintlab.slack.com.jascha = all python.mintlab.slack.com.jos = all python.mintlab.slack.com.Kayleigh = all python.mintlab.slack.com.Laurens = all python.mintlab.slack.com.Martijn = all python.mintlab.slack.com.michiel = all +python.mintlab.slack.com.petermoen = all +python.mintlab.slack.com.Robin = all +python.mintlab.slack.com.rudolf = all +python.mintlab.slack.com.Slackbot = all python.mintlab.slack.com.wesleys = all python.slack-debug = none -- cgit v1.1