# # weechat -- plugins.conf # [var] fifo.fifo = "on" guile.check_license = "off" lua.check_license = "off" perl.check_license = "off" perl.highmon.alignment = "channel" perl.highmon.away_only = "off" perl.highmon.color_buf = "on" perl.highmon.first_run = "true" perl.highmon.hotlist_show = "off" perl.highmon.logging = "off" perl.highmon.merge_private = "off" perl.highmon.nick_prefix = "<" perl.highmon.nick_suffix = ">" perl.highmon.output = "buffer" perl.highmon.short_names = "off" perl.ncmpcpp.format = "/me np: {%a "%b" (%y) - %t}|{%a - %t}|{%f}" perl.notify_send.command = "notify-send $type: $name" perl.notify_send.ignore_nicks = "" perl.notify_send.wait_highlight = "60" perl.notify_send.wait_pm = "180" perl.sysinfo.baritems = "memory" perl.sysinfo.color = "default" perl.sysinfo.nic = "" perl.sysinfo.nicname = "" perl.sysinfo.refresh = "0" perl.sysinfo.showbattery = "off" perl.sysinfo.showcpu = "on" perl.sysinfo.showdiskusage = "on" perl.sysinfo.showdistro = "on" perl.sysinfo.showhostname = "on" perl.sysinfo.showloadaverage = "on" perl.sysinfo.showmemoryusage = "on" perl.sysinfo.shownetworktraffic = "off" perl.sysinfo.showos = "on" perl.sysinfo.showprocesses = "on" perl.sysinfo.showuptime = "on" perl.sysinfo.showusers = "on" perl.sysinfo.text_battery = "Battery: " perl.sysinfo.text_color = "default" perl.sysinfo.text_cpu = "CPU: " perl.sysinfo.text_diskusage = "Disk Usage: " perl.sysinfo.text_distro = "Distro: " perl.sysinfo.text_dummy = "-" perl.sysinfo.text_hostname = "Host: " perl.sysinfo.text_loadaverage = "Load Average: " perl.sysinfo.text_memoryusage = "Memory Usage: " perl.sysinfo.text_network = "Network: " perl.sysinfo.text_os = "OS: " perl.sysinfo.text_processes = "Processes: " perl.sysinfo.text_uptime = "Uptime: " perl.sysinfo.text_users = "Users: " perl.sysinfo.useshorthostname = "on" python.autojoin.autosave = "off" python.check_license = "off" python.correction_completion.lang = "en" python.go.auto_jump = "off" 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.message = "Go to: " python.go.short_name = "off" python.go.sort = "number,beginning" python.go.use_core_instead_weechat = "off" python.lastfm.command = "now playing %s" python.lastfm.lastfm_username = "terafl0p5" python.mpc.autoswitch = "0" python.mpc.ch_pause = "||" python.mpc.ch_play = ">>" python.mpc.ch_stop = "--" python.mpc.debug = "0" python.mpc.format = "/me is listening to: $artist - $title_or_file ($length_min:$length_sec)" python.mpc.host = "localhost" python.mpc.password = "" python.mpc.playinfo = "$pos: $artist : $title : $album : $track : $time" python.mpc.port = "6600" python.mpc.shortstats = "MPC : $state : $artist : $title" python.mpc.verbose = "1" python.snotify.buffers = "" python.snotify.hsound = "" python.snotify.player = "paplay" python.snotify.psound = "" python.urlserver.buffer_short_name = "off" python.urlserver.color = "darkgray" python.urlserver.color_in_msg = "" python.urlserver.debug = "off" python.urlserver.display_urls = "on" python.urlserver.display_urls_in_msg = "off" python.urlserver.http_allowed_ips = "" python.urlserver.http_auth = "" python.urlserver.http_autostart = "on" python.urlserver.http_bg_color = "#f4f4f4" python.urlserver.http_css_url = "" python.urlserver.http_embed_image = "off" python.urlserver.http_embed_youtube = "off" python.urlserver.http_embed_youtube_size = "480*350" python.urlserver.http_fg_color = "#000" python.urlserver.http_hostname = "" python.urlserver.http_hostname_display = "" python.urlserver.http_port = "" python.urlserver.http_port_display = "" python.urlserver.http_prefix_suffix = " " python.urlserver.http_scheme_display = "http" python.urlserver.http_time_format = "%d/%m/%y %H:%M:%S" python.urlserver.http_title = "WeeChat URLs" python.urlserver.http_url_prefix = "" python.urlserver.msg_ignore_buffers = "core.weechat,python.grep" python.urlserver.msg_ignore_dup_urls = "off" python.urlserver.msg_ignore_regex = "" python.urlserver.msg_ignore_tags = "irc_quit,irc_part,notify_none" python.urlserver.msg_require_tags = "nick_" python.urlserver.separators = "[|]" python.urlserver.url_min_length = "0" python.urlserver.urls_amount = "100" python.weempd.msg_head = "np:" python.weempd.spacer = " " ruby.check_license = "off" tcl.check_license = "off" [desc] perl.notify_send.command = "system command to be executed ($type, $name, and $message will be interpreted as values) (default: "notify-send $type: $name")" perl.notify_send.ignore_nicks = "comma-separated list of nicks to ignore (default: "")" perl.notify_send.wait_highlight = "necessary time delay between highlights (seconds) for command to be executed (default: "5")" perl.notify_send.wait_pm = "necessary time delay between private messages (seconds) for command to be executed (default: "5")" perl.sysinfo.baritems = "comma separated list with name(s) of systeminformation to be displayed in a bar" perl.sysinfo.color = "color for optionsname" perl.sysinfo.nic = "comma separated list to specify your NIC interface name(s) (wlan0,eth0,etc)" perl.sysinfo.nicname = "comma separated list with name(s) for interface(s) (wireless,cable,etc)" perl.sysinfo.refresh = "refresh rate in seconds for info-bar (0 means off)" perl.sysinfo.text_color = "text color for results" perl.sysinfo.text_dummy = "separator between different options" python.go.auto_jump = "automatically jump to buffer when it is uniquely selected (default: "off")" 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.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.urlserver.buffer_short_name = "use buffer short name on dedicated buffer (default: "off")" python.urlserver.color = "color for urls displayed after message (default: "darkgray")" python.urlserver.color_in_msg = "color for urls displayed inside irc message: it is a number (irc color) between 00 and 15 (see doc for a list of irc colors) (default: "")" python.urlserver.debug = "print some debug messages (default: "off")" python.urlserver.display_urls = "display URLs below messages (default: "on")" python.urlserver.display_urls_in_msg = "add shorten url next to the original url (only in IRC messages) (useful for urlserver behind relay/irc) (default: "off")" python.urlserver.http_allowed_ips = "regex for IPs allowed to use server (example: "^(123.45.67.89|192.160.*)$") (default: "")" python.urlserver.http_auth = "login and password (format: "login:password") required to access to page with list of URLs (default: "")" python.urlserver.http_autostart = "start the built-in HTTP server automatically) (default: "on")" python.urlserver.http_bg_color = "background color for HTML page (default: "#f4f4f4")" python.urlserver.http_css_url = "URL of external Cascading Style Sheet to add (BE CAREFUL: the HTTP referer will be sent to site hosting CSS file!) (empty value = use default embedded CSS) (default: "")" python.urlserver.http_embed_image = "embed images in HTML page (BE CAREFUL: the HTTP referer will be sent to site hosting image!) (default: "off")" python.urlserver.http_embed_youtube = "embed youtube videos in HTML page (BE CAREFUL: the HTTP referer will be sent to youtube!) (default: "off")" python.urlserver.http_embed_youtube_size = "size for embedded youtube video, format is "xxx*yyy" (default: "480*350")" python.urlserver.http_fg_color = "foreground color for HTML page (default: "#000")" python.urlserver.http_hostname = "force hostname/IP in bind of socket (empty value = auto-detect current hostname) (default: "")" python.urlserver.http_hostname_display = "display this hostname in shortened URLs (default: "")" python.urlserver.http_port = "force port for listening (empty value = find a random free port) (default: "")" python.urlserver.http_port_display = "display this port in shortened URLs. Useful if you forward a different external port to the internal port (default: "")" python.urlserver.http_prefix_suffix = "suffix displayed between prefix and message in HTML page (default: " ")" python.urlserver.http_scheme_display = "display this scheme in shortened URLs (default: "http")" python.urlserver.http_time_format = "time format in the HTML page (default: "%d/%m/%y %H:%M:%S")" python.urlserver.http_title = "title of the HTML page (default: "WeeChat URLs")" python.urlserver.http_url_prefix = "prefix to add in URLs to prevent external people to scan your URLs (for example: prefix "xx" will give URL: http://host.com:1234/xx/8) (default: "")" python.urlserver.msg_ignore_buffers = "comma-separated list (without spaces) of buffers to ignore (full name like "irc.freenode.#weechat") (default: "core.weechat,python.grep")" python.urlserver.msg_ignore_dup_urls = "ignore duplicated URLs (do not add an URL in list if it is already) (default: "off")" python.urlserver.msg_ignore_regex = "ignore messages matching this regex (default: "")" python.urlserver.msg_ignore_tags = "comma-separated list (without spaces) of tags (or beginning of tags) to ignore (for example, use "notify_none" to ignore self messages or "nick_weebot" to ignore messages from nick "weebot") (default: "irc_quit,irc_part,notify_none")" python.urlserver.msg_require_tags = "comma-separated list (without spaces) of tags (or beginning of tags) required to shorten URLs (for example "nick_" to shorten URLs only in messages from other users) (default: "nick_")" python.urlserver.separators = "separators for short url list (string with exactly 3 chars) (default: "[|]")" python.urlserver.url_min_length = "minimum length for an URL to be shortened (0 = shorten all URLs, -1 = detect length based on shorten URL) (default: "0")" python.urlserver.urls_amount = "number of URLs to keep in memory (and in file when script is not loaded) (default: "100")"