]> git.rmz.io Git - dotfiles.git/blob - weechat/plugins.conf
weechat: add colorizer plugin
[dotfiles.git] / weechat / plugins.conf
1 #
2 # weechat -- plugins.conf
3 #
4 # WARNING: It is NOT recommended to edit this file by hand,
5 # especially if WeeChat is running.
6 #
7 # Use /set or similar command to change settings in WeeChat.
8 #
9 # For more info, see: https://weechat.org/doc/quickstart
10 #
11
12 [var]
13 fifo.fifo = "on"
14 guile.check_license = "off"
15 lua.check_license = "off"
16 lua.matrix.autojoin_on_invite = "on"
17 lua.matrix.backlog_lines = "120"
18 lua.matrix.debug = "off"
19 lua.matrix.encrypted_message_color = "lightgreen"
20 lua.matrix.homeserver_url = "https://matrix.org/"
21 lua.matrix.local_echo = "on"
22 lua.matrix.password = ""
23 lua.matrix.typing_notices = "on"
24 lua.matrix.user = ""
25 perl.beep.beep_command_dcc = "$bell"
26 perl.beep.beep_command_highlight = "$bell"
27 perl.beep.beep_command_pv = "$bell"
28 perl.beep.beep_command_timeout = "30000"
29 perl.beep.beep_dcc = "on"
30 perl.beep.beep_highlight = "on"
31 perl.beep.beep_highlight_blacklist = "off"
32 perl.beep.beep_highlight_whitelist = "off"
33 perl.beep.beep_pv = "on"
34 perl.beep.beep_pv_blacklist = "off"
35 perl.beep.beep_pv_whitelist = "off"
36 perl.beep.beep_trigger_highlight = ""
37 perl.beep.beep_trigger_pv = ""
38 perl.beep.bell_always = ""
39 perl.beep.blacklist_nicks = ""
40 perl.beep.whitelist_channels = ""
41 perl.beep.whitelist_nicks = ""
42 perl.check_license = "off"
43 perl.highmon.alignment = "nchannel"
44 perl.highmon.away_only = "off"
45 perl.highmon.bar_lines = "250"
46 perl.highmon.bar_scrolldown = "on"
47 perl.highmon.color_buf = "on"
48 perl.highmon.first_run = "true"
49 perl.highmon.hotlist_show = "off"
50 perl.highmon.logging = "off"
51 perl.highmon.merge_private = "off"
52 perl.highmon.nick_prefix = "<"
53 perl.highmon.nick_suffix = ">"
54 perl.highmon.output = "buffer"
55 perl.highmon.short_names = "on"
56 python.check_license = "off"
57 python.grep.clear_buffer = "off"
58 python.grep.default_tail_head = "10"
59 python.grep.go_to_buffer = "on"
60 python.grep.log_filter = ""
61 python.grep.max_lines = "4000"
62 python.grep.show_summary = "on"
63 python.grep.size_limit = "2048"
64 python.screen_away.away_suffix = ""
65 python.screen_away.command_on_attach = ""
66 python.screen_away.command_on_detach = ""
67 python.screen_away.ignore = ""
68 python.screen_away.ignore_relays = "off"
69 python.screen_away.interval = "5"
70 python.screen_away.message = "Detached from tmux"
71 python.screen_away.set_away = "on"
72 python.screen_away.time_format = "since %Y-%m-%d %H:%M:%S%z"
73 python.slack_extension.colorize_messages = "0"
74 python.slack_extension.colorize_nicks = "1"
75 python.slack_extension.colorize_private_chats = "0"
76 python.slack_extension.debug_mode = ""
77 python.slack_extension.distracting_channels = ""
78 python.slack_extension.server_alias.uh-sensationeditor = "se"
79 python.slack_extension.server_alias.ultrahaptics = "uh"
80 python.slack_extension.show_reaction_nicks = "0"
81 python.slack_extension.slack_api_token = "${sec.data.slack_uh}"
82 python.slack_extension.switch_buffer_on_join = "1"
83 python.slack_extension.trigger_value = "0"
84 python.slack_extension.unfurl_ignore_alt_text = "0"
85 ruby.check_license = "off"
86 ruby.colorizer.buffer_regex = ""
87 ruby.colorizer.rule.0 = ""
88 ruby.colorizer.rule.1 = ""
89 ruby.colorizer.rule.2 = ""
90 ruby.colorizer.rule.3 = ""
91 ruby.colorizer.rule.4 = ""
92 ruby.colorizer.rule.8 = "Succeeded/lightgreen"
93 ruby.colorizer.rule.9 = "Failed/lightred"
94 ruby.colorizer.rule.count = "10"
95 tcl.check_license = "off"
96
97 [desc]
98 lua.matrix.autojoin_on_invite = "Automatically join rooms you are invited to (default: "on")"
99 lua.matrix.backlog_lines = "Number of lines to fetch from backlog upon connecting (default: "120")"
100 lua.matrix.debug = "Print a lot of extra information to help with finding bugs and other problems. (default: "off")"
101 lua.matrix.encrypted_message_color = "Print encrypted mesages with this color (default: "lightgreen")"
102 lua.matrix.homeserver_url = "Full URL including port to your homeserver (including trailing slash) or use default matrix.org (default: "https://matrix.org/")"
103 lua.matrix.local_echo = "Print lines locally instead of waiting for return from server (default: "on")"
104 lua.matrix.password = "Your homeserver password (default: "")"
105 lua.matrix.typing_notices = "Send typing notices when you type (default: "on")"
106 lua.matrix.user = "Your homeserver username (default: "")"
107 perl.beep.beep_command_dcc = "command for beep on dcc, special value "$bell" is allowed, as well as "$bell;command" (default: "$bell")"
108 perl.beep.beep_command_highlight = "command for beep on highlight, special value "$bell" is allowed, as well as "$bell;command" (default: "$bell")"
109 perl.beep.beep_command_pv = "command for beep on private message, special value "$bell" is allowed, as well as "$bell;command" (default: "$bell")"
110 perl.beep.beep_command_timeout = "timeout for command run (in milliseconds, 0 = never kill (not recommended)) (default: "30000")"
111 perl.beep.beep_dcc = "beep on dcc (default: "on")"
112 perl.beep.beep_highlight = "beep on highlight (default: "on")"
113 perl.beep.beep_highlight_blacklist = "turn blacklist for highlights on or off (default: "off")"
114 perl.beep.beep_highlight_whitelist = "turn whitelist for highlights on or off (default: "off")"
115 perl.beep.beep_pv = "beep on private message (default: "on")"
116 perl.beep.beep_pv_blacklist = "turn blacklist for private messages on or off (default: "off")"
117 perl.beep.beep_pv_whitelist = "turn whitelist for private messages on or off (default: "off")"
118 perl.beep.beep_trigger_highlight = "word that will trigger execution of beep_command_highlight (if empty, anything will trigger) (default: "")"
119 perl.beep.beep_trigger_pv = "word that will trigger execution of beep_command_pv (it empty, anything will trigger) (default: "")"
120 perl.beep.bell_always = "use $bell on private messages and/or highlights regardless of trigger and whitelist settings (example: "pv,highlight") (default: "")"
121 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: "")"
122 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: "")"
123 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: "")"
124 python.screen_away.away_suffix = "What to append to your nick when you're away."
125 python.screen_away.command_on_attach = "Commands to execute on attach, separated by semicolon"
126 python.screen_away.command_on_detach = "Commands to execute on detach, separated by semicolon"
127 python.screen_away.ignore = "Comma-separated list of servers to ignore."
128 python.screen_away.ignore_relays = "Only check screen status and ignore relay interfaces"
129 python.screen_away.interval = "How often in seconds to check screen status"
130 python.screen_away.message = "Away message"
131 python.screen_away.set_away = "Set user as away."
132 python.screen_away.time_format = "time format append to away message"