]> git.rmz.io Git - dotfiles.git/blobdiff - weechat/plugins.conf
[WIP] Push all of the ultrahaptics changes!
[dotfiles.git] / weechat / plugins.conf
index cec41221cb9c8c4ccd012b7ef47f8d98f7762fac..aa4de52425456ef71b1bafaee284f75e6aaafa0e 100644 (file)
@@ -1,5 +1,5 @@
 #
-# plugins.conf -- weechat v1.0
+# weechat -- plugins.conf
 #
 
 [var]
@@ -26,6 +26,8 @@ perl.beep.whitelist_nicks = ""
 perl.check_license = "off"
 perl.highmon.alignment = "nchannel"
 perl.highmon.away_only = "off"
+perl.highmon.bar_lines = "250"
+perl.highmon.bar_scrolldown = "on"
 perl.highmon.color_buf = "on"
 perl.highmon.first_run = "true"
 perl.highmon.hotlist_show = "off"
@@ -34,9 +36,46 @@ perl.highmon.merge_private = "off"
 perl.highmon.nick_prefix = "<"
 perl.highmon.nick_suffix = ">"
 perl.highmon.output = "buffer"
-perl.highmon.short_names = "off"
+perl.highmon.short_names = "on"
 python.check_license = "off"
+python.grep.clear_buffer = "off"
+python.grep.default_tail_head = "10"
+python.grep.go_to_buffer = "on"
+python.grep.log_filter = ""
+python.grep.max_lines = "4000"
+python.grep.show_summary = "on"
+python.grep.size_limit = "2048"
+python.screen_away.away_suffix = ""
+python.screen_away.command_on_attach = ""
+python.screen_away.command_on_detach = ""
+python.screen_away.ignore = ""
+python.screen_away.ignore_relays = "off"
+python.screen_away.interval = "5"
+python.screen_away.message = "Detached from tmux"
+python.screen_away.set_away = "on"
+python.screen_away.time_format = "since %Y-%m-%d %H:%M:%S%z"
+python.slack_extension.colorize_messages = "0"
+python.slack_extension.colorize_nicks = "1"
+python.slack_extension.colorize_private_chats = "0"
+python.slack_extension.debug_mode = ""
+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},${sec.data.slack_se}"
+python.slack_extension.switch_buffer_on_join = "1"
+python.slack_extension.trigger_value = "0"
+python.slack_extension.unfurl_ignore_alt_text = "0"
 ruby.check_license = "off"
+ruby.colorizer.buffer_regex = ""
+ruby.colorizer.rule.0 = ""
+ruby.colorizer.rule.1 = ""
+ruby.colorizer.rule.2 = ""
+ruby.colorizer.rule.3 = ""
+ruby.colorizer.rule.4 = ""
+ruby.colorizer.rule.8 = "Succeeded/lightgreen"
+ruby.colorizer.rule.9 = "Failed/lightred"
+ruby.colorizer.rule.count = "10"
 tcl.check_license = "off"
 
 [desc]
@@ -57,3 +96,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.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"
+python.screen_away.ignore = "Comma-separated list of servers to ignore."
+python.screen_away.ignore_relays = "Only check screen status and ignore relay interfaces"
+python.screen_away.interval = "How often in seconds to check screen status"
+python.screen_away.message = "Away message"
+python.screen_away.set_away = "Set user as away."
+python.screen_away.time_format = "time format append to away message"
+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: <regular_expression>/<weechat_color_name> Empty rules are ignored."
+ruby.colorizer.rule.1 = "A colorizing rule of the form: <regular_expression>/<weechat_color_name> Empty rules are ignored."
+ruby.colorizer.rule.2 = "A colorizing rule of the form: <regular_expression>/<weechat_color_name> Empty rules are ignored."
+ruby.colorizer.rule.3 = "A colorizing rule of the form: <regular_expression>/<weechat_color_name> Empty rules are ignored."
+ruby.colorizer.rule.4 = "A colorizing rule of the form: <regular_expression>/<weechat_color_name> Empty rules are ignored."
+ruby.colorizer.rule.count = "The maximum number of rules to look for in your config."