X-Git-Url: https://git.rmz.io/dotfiles.git/blobdiff_plain/a2bb3c026103a224833cc1eb9cc2fc85d83019c1..1d9449daf79021ec714ddfd20cc70c8e10c74eff:/weechat/plugins.conf diff --git a/weechat/plugins.conf b/weechat/plugins.conf index 3fc0832..c00f548 100644 --- a/weechat/plugins.conf +++ b/weechat/plugins.conf @@ -54,6 +54,19 @@ perl.highmon.nick_suffix = ">" perl.highmon.output = "buffer" perl.highmon.short_names = "on" python.check_license = "off" +python.go.auto_jump = "off" +python.go.buffer_number = "on" +python.go.color_name = "black,cyan" +python.go.color_name_highlight = "red,cyan" +python.go.color_name_highlight_selected = "red,brown" +python.go.color_name_selected = "black,brown" +python.go.color_number = "yellow,magenta" +python.go.color_number_selected = "yellow,red" +python.go.fuzzy_search = "off" +python.go.message = "Go to: " +python.go.short_name = "off" +python.go.sort = "number,beginning" +python.go.use_core_instead_weechat = "off" python.grep.clear_buffer = "off" python.grep.default_tail_head = "10" python.grep.go_to_buffer = "on" @@ -96,6 +109,7 @@ python.slack.never_away = "false" python.slack.notify_usergroup_handle_updated = "false" python.slack.record_events = "false" python.slack.render_bold_as = "bold" +python.slack.render_emoji_as_string = "true" python.slack.render_italic_as = "italic" python.slack.send_typing_notice = "false" python.slack.server_aliases = "" @@ -103,7 +117,7 @@ python.slack.shared_name_prefix = "%" python.slack.short_buffer_names = "true" python.slack.show_buflist_presence = "true" python.slack.show_reaction_nicks = "0" -python.slack.slack_api_token = "${sec.data.slack_uh}" +python.slack.slack_api_token = "${sec.data.slack_token_fpp}" python.slack.slack_timeout = "20000" python.slack.switch_buffer_on_join = "1" python.slack.thread_messages_in_channel = "false" @@ -113,19 +127,7 @@ python.slack.unfurl_auto_link_display = "both" python.slack.unfurl_ignore_alt_text = "0" python.slack.unhide_buffers_with_activity = "false" python.slack.use_full_names = "false" -python.slack_extension.colorize_messages = "0" -python.slack_extension.colorize_nicks = "1" -python.slack_extension.colorize_private_chats = "0" -python.slack_extension.debug_mode = "false" -python.slack_extension.distracting_channels = "" -python.slack_extension.server_alias.uh-sensationeditor = "se" -python.slack_extension.server_alias.ultrahaptics = "uh" -python.slack_extension.show_reaction_nicks = "0" -python.slack_extension.slack_api_token = "${sec.data.slack_uh}" -python.slack_extension.slack_timeout = "20000" -python.slack_extension.switch_buffer_on_join = "1" -python.slack_extension.trigger_value = "0" -python.slack_extension.unfurl_ignore_alt_text = "0" +python.text_item.interval = "0" python.text_item.nick = "channel|window_switch ${color:lightcyan}${nick}" ruby.check_license = "off" ruby.colorizer.buffer_regex = "" @@ -166,6 +168,19 @@ perl.beep.bell_always = "use $bell on private messages and/or highlights regardl perl.beep.blacklist_nicks = "comma-separated list of "server.nick": if not empty, these nicks will not be able to trigger execution of commands. Cannot be used in conjuction with whitelist (example: "freenode.nick1,freenode.nick2") (default: "")" perl.beep.whitelist_channels = "comma-separated list of "server.#channel": if not empty, only these channels will trigger execution of commands (example: "freenode.#weechat,freenode.#channel2") (default: "")" perl.beep.whitelist_nicks = "comma-separated list of "server.nick": if not empty, only these nicks will trigger execution of commands (example: "freenode.nick1,freenode.nick2") (default: "")" +python.go.auto_jump = "automatically jump to buffer when it is uniquely selected (default: "off")" +python.go.buffer_number = "display buffer number (default: "on")" +python.go.color_name = "color for buffer name (not selected) (default: "black,cyan")" +python.go.color_name_highlight = "color for highlight in buffer name (not selected) (default: "red,cyan")" +python.go.color_name_highlight_selected = "color for highlight in a selected buffer name (default: "red,brown")" +python.go.color_name_selected = "color for a selected buffer name (default: "black,brown")" +python.go.color_number = "color for buffer number (not selected) (default: "yellow,magenta")" +python.go.color_number_selected = "color for selected buffer number (default: "yellow,red")" +python.go.fuzzy_search = "search buffer matches using approximation (default: "off")" +python.go.message = "message to display before list of buffers (default: "Go to: ")" +python.go.short_name = "display and search in short names instead of buffer name (default: "off")" +python.go.sort = "comma-separated list of keys to sort buffers (the order is important, sorts are performed in the given order): name = sort by name (or short name), (default: "number,beginning")" +python.go.use_core_instead_weechat = "use name "core" instead of "weechat" for core buffer (default: "off")" python.screen_away.away_suffix = "What to append to your nick when you're away." python.screen_away.command_on_attach = "Commands to execute on attach, separated by semicolon" python.screen_away.command_on_detach = "Commands to execute on detach, separated by semicolon" @@ -183,7 +198,7 @@ python.slack.channel_name_typing_indicator = "Change the prefix of a channel fro python.slack.color_buflist_muted_channels = "Color to use for muted channels in the buflist" python.slack.color_edited_suffix = "Color to use for (edited) suffix on messages that have been edited." python.slack.color_reaction_suffix = "Color to use for the [:wave:(@user)] suffix on messages that have reactions attached to them." -python.slack.color_thread_suffix = "Color to use for the [thread: XXX] suffix on messages that have threads attached to them." +python.slack.color_thread_suffix = "Color to use for the [thread: XXX] suffix on messages that have threads attached to them. The special value "multiple" can be used to use a different color for each thread." python.slack.colorize_private_chats = "Whether to use nick-colors in DM windows." python.slack.debug_level = "Show only this level of debug info (or higher) when debug_mode is on. Lower levels -> more messages." python.slack.debug_mode = "Open a dedicated buffer for debug messages and start logging to it. How verbose the logging is depends on log_level." @@ -197,6 +212,7 @@ python.slack.never_away = "Poke Slack every five minutes so that it never marks python.slack.notify_usergroup_handle_updated = "Control if you want to see notification when a usergroup's handle has changed, either true or false." python.slack.record_events = "Log all traffic from Slack to disk as JSON." python.slack.render_bold_as = "When receiving bold text from Slack, render it as this in weechat." +python.slack.render_emoji_as_string = "Render emojis as :emoji_name: instead of emoji characters. Enable this if your terminal doesn't support emojis. Note that even though this is disabled by default, you need to place https://github.com/wee-slack/wee-slack/blob/master/weemoji.json in your weechat directory to enable rendering emojis as emoji characters." python.slack.render_italic_as = "When receiving bold text from Slack, render it as this in weechat. If your terminal lacks italic support, consider using "underline" instead." python.slack.send_typing_notice = "Alert Slack users when you are typing a message in the input bar (Requires reload)" python.slack.server_aliases = "A comma separated list of `subdomain:alias` pairs. The alias will be used instead of the actual name of the slack (in buffer names, logging, etc). E.g `work:no_fun_allowed` would make your work slack show up as `no_fun_allowed` rather than `work.slack.com`." @@ -213,6 +229,7 @@ python.slack.unfurl_auto_link_display = "When displaying ("unfurling") links to python.slack.unfurl_ignore_alt_text = "When displaying ("unfurling") links to channels/users/etc, ignore the "alt text" present in the message and instead use the canonical name of the thing being linked to." python.slack.unhide_buffers_with_activity = "When activity occurs on a buffer, unhide it even if it was previously hidden (whether by the user or by the distracting_channels setting)." python.slack.use_full_names = "Use full names as the nicks for all users. When this is false (the default), display names will be used if set, with a fallback to the full name if display name is not set." +python.text_item.interval = "How often (in seconds) to force an update of all items. 0 means deactivated" ruby.colorizer.buffer_regex = "Only colorize text in buffers with names that match this regex. Leaving this empty matches all buffer names." ruby.colorizer.rule.0 = "A colorizing rule of the form: / Empty rules are ignored." ruby.colorizer.rule.1 = "A colorizing rule of the form: / Empty rules are ignored."