From d74c5db5349f7784785ba2e0cd998e2968c83a29 Mon Sep 17 00:00:00 2001 From: Sebastian Schulze Date: Tue, 8 Jun 2021 22:49:39 +0200 Subject: [PATCH] [weechat] Add whatever changes /save caused this time around --- .../{weechat.conf => private_weechat.conf} | 90 +++++++++++++------ 1 file changed, 64 insertions(+), 26 deletions(-) rename dot_weechat/{weechat.conf => private_weechat.conf} (92%) diff --git a/dot_weechat/weechat.conf b/dot_weechat/private_weechat.conf similarity index 92% rename from dot_weechat/weechat.conf rename to dot_weechat/private_weechat.conf index 8e1d8e6..e27d0b3 100644 --- a/dot_weechat/weechat.conf +++ b/dot_weechat/private_weechat.conf @@ -34,7 +34,8 @@ buffer_search_case_sensitive = off buffer_search_force_default = off buffer_search_regex = off buffer_search_where = prefix_message -buffer_time_format = "" +buffer_time_format = "${color:252}%H${color:245}%M${color:240}%S" +buffer_time_same = "" color_basic_force_bold = off color_inactive_buffer = on color_inactive_message = on @@ -42,7 +43,7 @@ color_inactive_prefix = on color_inactive_prefix_buffer = on color_inactive_time = off color_inactive_window = on -color_nick_offline = off +color_nick_offline = on color_pairs_auto_reset = 5 color_real_white = off command_chars = "" @@ -87,9 +88,10 @@ key_bind_safe = on key_grab_delay = 800 mouse = on mouse_timer_delay = 100 -nick_color_force = "" +nick_color_force = "8181" nick_color_hash = djb2 -nick_color_stop_chars = "_|[" +nick_color_hash_salt = "8181" +nick_color_stop_chars = "_|[81" nick_prefix = "" nick_suffix = "" paste_auto_add_newline = on @@ -110,7 +112,8 @@ prefix_error = "⚠ " prefix_join = "“”" prefix_network = "ℹ " prefix_quit = "<—”" -prefix_same_nick = "“”" +prefix_same_nick = " " +prefix_same_nick_middle = "" prefix_suffix = "·" quote_nick_prefix = "<" quote_nick_suffix = ">" @@ -137,6 +140,19 @@ word_chars_highlight = "!\u00A0,-,_,|,alnum" word_chars_input = "!\u00A0,-,_,|,alnum" [palette] +113 = "" +130 = "" +135 = "" +170 = "" +196 = "" +201 = "" +208 = "" +3 = "" +39 = "" +45 = "" +46 = "" +51 = "" +81 = "" [color] bar_more = lightmagenta @@ -145,30 +161,30 @@ chat_bg = default chat_buffer = white chat_channel = white chat_day_change = cyan -chat_delimiters = green -chat_highlight = yellow -chat_highlight_bg = magenta -chat_host = cyan -chat_inactive_buffer = default -chat_inactive_window = default +chat_delimiters = 29 +chat_highlight = *16 +chat_highlight_bg = 9 +chat_host = 24 +chat_inactive_buffer = 240 +chat_inactive_window = 244 chat_nick = lightcyan -chat_nick_colors = "cyan,magenta,green,brown,lightblue,default,lightcyan,lightmagenta,lightgreen,blue" -chat_nick_offline = default +chat_nick_colors = ""1,2,3,4,6,7,9,10,11,12,13,14,22,23,24," +chat_nick_offline = darkgray chat_nick_offline_highlight = default -chat_nick_offline_highlight_bg = blue +chat_nick_offline_highlight_bg = darkgray chat_nick_other = cyan chat_nick_prefix = green chat_nick_self = white chat_nick_suffix = green chat_prefix_action = white chat_prefix_buffer = brown -chat_prefix_buffer_inactive_buffer = default +chat_prefix_buffer_inactive_buffer = 58 chat_prefix_error = yellow chat_prefix_join = lightgreen chat_prefix_more = lightmagenta chat_prefix_network = magenta chat_prefix_quit = lightred -chat_prefix_suffix = green +chat_prefix_suffix = 24 chat_read_marker = magenta chat_read_marker_bg = default chat_server = brown @@ -184,9 +200,9 @@ emphasized_bg = magenta input_actions = lightgreen input_text_not_found = red item_away = yellow -nicklist_away = cyan +nicklist_away = 243 nicklist_group = green -separator = blue +separator = 237 status_count_highlight = magenta status_count_msg = brown status_count_other = default @@ -197,8 +213,8 @@ status_data_other = default status_data_private = lightgreen status_filter = green status_more = yellow -status_mouse = green -status_name = black +status_mouse = lightred +status_name = white status_name_ssl = lightgreen status_nicklist_count = default status_number = yellow @@ -244,12 +260,13 @@ save_config_on_unload = on [bar] buffers.color_bg = default +buffers.color_bg_inactive = default buffers.color_delim = default buffers.color_fg = default buffers.conditions = "" buffers.filling_left_right = vertical buffers.filling_top_bottom = columns_vertical -buffers.hidden = on +buffers.hidden = off buffers.items = "buffers" buffers.position = bottom buffers.priority = 0 @@ -258,6 +275,7 @@ buffers.size = 0 buffers.size_max = 0 buffers.type = root buflist.color_bg = default +buflist.color_bg_inactive = default buflist.color_delim = default buflist.color_fg = default buflist.conditions = "" @@ -272,7 +290,8 @@ buflist.size = 18 buflist.size_max = 15 buflist.type = root fset.color_bg = default -fset.color_delim = cyan +fset.color_bg_inactive = default +fset.color_delim = default fset.color_fg = default fset.conditions = "${buffer.full_name} == fset.fset" fset.filling_left_right = vertical @@ -286,6 +305,7 @@ fset.size = 3 fset.size_max = 3 fset.type = window input.color_bg = default +input.color_bg_inactive = default input.color_delim = cyan input.color_fg = default input.conditions = "" @@ -300,7 +320,8 @@ input.size = 1 input.size_max = 0 input.type = window isetbar.color_bg = default -isetbar.color_delim = cyan +isetbar.color_bg_inactive = default +isetbar.color_delim = default isetbar.color_fg = default isetbar.conditions = "" isetbar.filling_left_right = vertical @@ -314,6 +335,7 @@ isetbar.size = 3 isetbar.size_max = 3 isetbar.type = window nicklist.color_bg = default +nicklist.color_bg_inactive = default nicklist.color_delim = cyan nicklist.color_fg = default nicklist.conditions = "${nicklist}" @@ -328,8 +350,9 @@ nicklist.size = 0 nicklist.size_max = 0 nicklist.type = window status.color_bg = lightblue +status.color_bg_inactive = default status.color_delim = cyan -status.color_fg = darkgray +status.color_fg = default status.conditions = "" status.filling_left_right = vertical status.filling_top_bottom = horizontal @@ -341,7 +364,8 @@ status.separator = off status.size = 1 status.size_max = 0 status.type = window -title.color_bg = black +title.color_bg = lightblue +title.color_bg_inactive = default title.color_delim = cyan title.color_fg = default title.conditions = "" @@ -378,6 +402,7 @@ ctrl-Cv = "/input insert \x16" ctrl-D = "/input delete_next_char" ctrl-E = "/input move_end_of_line" ctrl-F = "/input move_next_char" +ctrl-G = "/go" ctrl-H = "/input delete_previous_char" ctrl-I = "/input complete_next" ctrl-J = "/input return" @@ -395,6 +420,8 @@ ctrl-X = "/input switch_active_buffer" ctrl-Y = "/input clipboard_paste" meta-meta-OP = "/bar scroll buflist * b" meta-meta-OQ = "/bar scroll buflist * e" +meta-meta2-11~ = "/bar scroll buflist * b" +meta-meta2-12~ = "/bar scroll buflist * e" meta-meta2-1~ = "/window scroll_top" meta-meta2-23~ = "/bar scroll nicklist * b" meta-meta2-24~ = "/bar scroll nicklist * e" @@ -422,6 +449,7 @@ meta-9 = "/buffer *9" meta-< = "/input jump_previously_visited_buffer" meta-= = "/filter toggle" meta-> = "/input jump_next_visited_buffer" +meta-B = "/buflist toggle" meta-OA = "/input history_global_previous" meta-OB = "/input history_global_next" meta-OC = "/input move_next_word" @@ -434,6 +462,10 @@ meta-Oa = "/input history_global_previous" meta-Ob = "/input history_global_next" meta-Oc = "/input move_next_word" meta-Od = "/input move_previous_word" +meta2-11^ = "/bar scroll buflist * -100%" +meta2-11~ = "/bar scroll buflist * -100%" +meta2-12^ = "/bar scroll buflist * +100%" +meta2-12~ = "/bar scroll buflist * +100%" meta2-15~ = "/buffer -1" meta2-17~ = "/buffer +1" meta2-18~ = "/window -1" @@ -444,10 +476,14 @@ meta2-1;3C = "/buffer +1" meta2-1;3D = "/buffer -1" meta2-1;3F = "/window scroll_bottom" meta2-1;3H = "/window scroll_top" +meta2-1;3P = "/bar scroll buflist * b" +meta2-1;3Q = "/bar scroll buflist * e" meta2-1;5A = "/input history_global_previous" meta2-1;5B = "/input history_global_next" meta2-1;5C = "/input move_next_word" meta2-1;5D = "/input move_previous_word" +meta2-1;5P = "/bar scroll buflist * -100%" +meta2-1;5Q = "/bar scroll buflist * +100%" meta2-1~ = "/input move_beginning_of_line" meta2-200~ = "/input paste_start" meta2-201~ = "/input paste_stop" @@ -482,6 +518,7 @@ meta-d = "/input delete_next_word" meta-f = "/input move_next_word" meta-g = "/go" meta-h = "/input hotlist_clear" +meta-j = "/go" meta-jmeta-f = "/buffer -" meta-jmeta-l = "/buffer +" meta-jmeta-r = "/server raw" @@ -588,7 +625,7 @@ meta-j99 = "/buffer *99" meta-k = "/input grab_key_command" meta-l = "/window bare" meta-m = "/mute mouse toggle" -meta-n = "/window scroll_next_highlight" +meta-n = "/bar toggle nicklist" meta-p = "/window scroll_previous_highlight" meta-r = "/input delete_line" meta-s = "/bar toggle buflist" @@ -606,6 +643,7 @@ meta-wmeta-s = "/window swap" meta-x = "/input zoom_merged_buffer" meta-z = "/window zoom" ctrl-_ = "/input undo" +ctrl-g = "/go" [key_search] ctrl-I = "/input search_switch_where"