Skip to content

Instantly share code, notes, and snippets.

@squarehimself
Created October 16, 2010 01:36
Show Gist options
  • Select an option

  • Save squarehimself/629272 to your computer and use it in GitHub Desktop.

Select an option

Save squarehimself/629272 to your computer and use it in GitHub Desktop.

Revisions

  1. squarehimself created this gist Oct 16, 2010.
    251 changes: 251 additions & 0 deletions weechat.conf
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,251 @@
    #
    # weechat.conf -- weechat v0.3.4-dev
    #

    [debug]

    [startup]
    command_after_plugins = ""
    command_before_plugins = ""
    display_logo = on
    display_version = on

    [look]
    align_end_of_lines = message
    buffer_notify_default = all
    buffer_time_format = ""
    color_nicks_number = 10
    color_real_white = on
    command_chars = ""
    confirm_quit = off
    day_change = on
    day_change_time_format = "%a, %d %b %Y"
    highlight = ""
    hline_char = ""
    hotlist_names_count = 3
    hotlist_names_length = 0
    hotlist_names_level = 12
    hotlist_names_merged_buffers = off
    hotlist_short_names = on
    hotlist_sort = group_time_asc
    hotlist_unique_numbers = on
    input_share = none
    input_share_overwrite = off
    input_undo_max = 32
    item_time_format = "%I%M"
    jump_current_to_previous_buffer = on
    jump_previous_buffer_when_closing = on
    nickmode = on
    nickmode_empty = off
    paste_max_lines = 3
    prefix_action = " *"
    prefix_align = none
    prefix_align_max = 10
    prefix_align_min = 0
    prefix_align_more = off
    prefix_buffer_align = left
    prefix_buffer_align_max = 10
    prefix_buffer_align_more = off
    prefix_error = " :!!:"
    prefix_join = " ::)"
    prefix_network = " ::: "
    prefix_quit = " (::"
    prefix_suffix = ""
    read_marker = dotted-line
    read_marker_always_show = off
    save_config_on_exit = on
    save_layout_on_exit = none
    scroll_amount = 3
    scroll_page_percent = 100
    search_text_not_found_alert = on
    set_title = on
    time_format = "%a, %d %b %Y %T"

    [color]
    bar_more = lightmagenta
    chat = default
    chat_bg = default
    chat_buffer = white
    chat_channel = white
    chat_delimiters = red
    chat_highlight = black
    chat_highlight_bg = red
    chat_host = cyan
    chat_nick = red
    chat_nick_color01 = cyan
    chat_nick_color02 = magenta
    chat_nick_color03 = green
    chat_nick_color04 = brown
    chat_nick_color05 = lightblue
    chat_nick_color06 = red
    chat_nick_color07 = lightcyan
    chat_nick_color08 = red
    chat_nick_color09 = lightmagenta
    chat_nick_color10 = blue
    chat_nick_other = lightred
    chat_nick_self = white
    chat_prefix_action = red
    chat_prefix_buffer = red
    chat_prefix_error = yellow
    chat_prefix_join = lightgreen
    chat_prefix_more = lightmagenta
    chat_prefix_network = cyan
    chat_prefix_quit = red
    chat_prefix_suffix = blue
    chat_read_marker = red
    chat_read_marker_bg = default
    chat_server = brown
    chat_text_found = yellow
    chat_text_found_bg = lightmagenta
    chat_time = default
    chat_time_delimiters = brown
    chat_value = cyan
    input_actions = lightgreen
    input_text_not_found = red
    nicklist_away = cyan
    nicklist_group = green
    nicklist_offline = blue
    separator = white
    status_data_highlight = yellow
    status_data_msg = red
    status_data_other = default
    status_data_private = lightgreen
    status_filter = green
    status_more = yellow
    status_name = white
    status_name_ssl = lightgreen
    status_number = default
    status_time = default

    [completion]
    default_template = "%(nicks)|%(irc_channels)"
    nick_add_space = on
    nick_completer = ":"
    nick_first_only = off
    nick_ignore_chars = "[]-^"
    partial_completion_alert = on
    partial_completion_command = off
    partial_completion_command_arg = off
    partial_completion_count = on
    partial_completion_other = off

    [history]
    display_default = 5
    max_commands = 100
    max_lines = 4096
    max_visited_buffers = 50

    [proxy]

    [network]
    gnutls_ca_file = "%h/ssl/CAs.pem"

    [plugin]
    autoload = "*"
    debug = off
    extension = ".so"
    path = "%h/plugins"
    save_config_on_unload = on

    [bar]
    buffers.color_bg = default
    buffers.color_delim = default
    buffers.color_fg = default
    buffers.conditions = ""
    buffers.filling_left_right = vertical
    buffers.filling_top_bottom = horizontal
    buffers.hidden = on
    buffers.items = "buffers"
    buffers.position = right
    buffers.priority = 1
    buffers.separator = off
    buffers.size = 0
    buffers.size_max = 20
    buffers.type = window
    input.color_bg = default
    input.color_delim = red
    input.color_fg = default
    input.conditions = ""
    input.filling_left_right = vertical
    input.filling_top_bottom = horizontal
    input.hidden = off
    input.items = "[input_prompt]+(away),[input_search],[input_paste],input_text"
    input.position = bottom
    input.priority = 1000
    input.separator = off
    input.size = 1
    input.size_max = 0
    input.type = window
    myinput.color_bg = default
    myinput.color_delim = default
    myinput.color_fg = default
    myinput.conditions = ""
    myinput.filling_left_right = vertical
    myinput.filling_top_bottom = horizontal
    myinput.hidden = on
    myinput.items = "[input_prompt],[input_search],[input_paste],input_text"
    myinput.position = bottom
    myinput.priority = 1
    myinput.separator = on
    myinput.size = 1
    myinput.size_max = 0
    myinput.type = root
    nicklist.color_bg = default
    nicklist.color_delim = cyan
    nicklist.color_fg = default
    nicklist.conditions = "nicklist"
    nicklist.filling_left_right = vertical
    nicklist.filling_top_bottom = columns_vertical
    nicklist.hidden = off
    nicklist.items = "buffer_nicklist"
    nicklist.position = top
    nicklist.priority = 200
    nicklist.separator = on
    nicklist.size = 0
    nicklist.size_max = 0
    nicklist.type = window
    status.color_bg = default
    status.color_delim = red
    status.color_fg = default
    status.conditions = ""
    status.filling_left_right = vertical
    status.filling_top_bottom = horizontal
    status.hidden = off
    status.items = "// buffer_number+:+buffer_name,// hotlist, // scroll"
    status.position = bottom
    status.priority = 500
    status.separator = off
    status.size = 0
    status.size_max = 0
    status.type = window
    title.color_bg = default
    title.color_delim = red
    title.color_fg = red
    title.conditions = ""
    title.filling_left_right = vertical
    title.filling_top_bottom = horizontal
    title.hidden = off
    title.items = "//,lag //,buffer_title"
    title.position = top
    title.priority = 1000
    title.separator = off
    title.size = 1
    title.size_max = 0
    title.type = window
    urlbar.color_bg = default
    urlbar.color_delim = default
    urlbar.color_fg = default
    urlbar.conditions = ""
    urlbar.filling_left_right = vertical
    urlbar.filling_top_bottom = horizontal
    urlbar.hidden = on
    urlbar.items = "urlbar_urls"
    urlbar.position = top
    urlbar.priority = 0
    urlbar.separator = off
    urlbar.size = 0
    urlbar.size_max = 0
    urlbar.type = root

    [filter]
    irc_smart = on;*;irc_smart_filter;*