Skip to content

Instantly share code, notes, and snippets.

@tonylegrone
Last active December 29, 2015 11:49
Show Gist options
  • Save tonylegrone/7666490 to your computer and use it in GitHub Desktop.
Save tonylegrone/7666490 to your computer and use it in GitHub Desktop.
My weechat config
/script install beep.pl
/script install allquery.py
/script install buffers.pl
/script install text_item.py
/script install highmon.pl
/set plugins.var.perl.highmon.alignment "nchannel"
/script install iset
/window merge all
/window splith 16
/buffer highmon
/layout save normal
/set weechat.bar.buffers.size_max 12
/set buffers.look.hide_merged_buffers private
/bar add activetitle window top 1 0 buffer_title
/set weechat.bar.activetitle.priority 500
/set weechat.bar.activetitle.conditions "${active}"
/set weechat.bar.title.conditions "${inactive}"
/bar add rootstatus root bottom 1 0 [time],[buffer_count],[buffer_plugin],buffer_number+:+buffer_name+(buffer_modes)+{buffer_nicklist_count}+buffer_filter,[lag],[hotlist],completion,scroll
/set weechat.bar.rootstatus.separator on
/bar del status
/bar set rootstatus name status
/bar add rootinput root bottom 1 0 [buffer_name]+[input_prompt]+(away),[input_search],[input_paste],input_text
/bar del input
/set weechat.bar.rootinput.separator off
/set weechat.bar.nicklist.separator on
/set weechat.bar.nicklist.conditions "${nicklist} && ${window.number} == 1 || ${window.number} == 5"
/set weechat.bar.nicklist.size 15
/set weechat.bar.nicklist.size_max 15
/set irc.server_default.away_check 5
/set irc.server_default.away_check_max_nicks 25
/set weechat.look.bar_more_down "▼"
/set weechat.look.bar_more_left "◀"
/set weechat.look.bar_more_right "▶"
/set weechat.look.bar_more_up "▲"
/set weechat.look.buffer_time_format "${253}%H${245}%M"
/set weechat.look.color_inactive_message on
/set weechat.look.color_inactive_prefix on
/set weechat.look.color_inactive_prefix_buffer on
/set weechat.look.color_inactive_window on
/set weechat.look.color_nick_offline on
/set weechat.look.day_change off
/set weechat.look.hotlist_count_max 0
/set weechat.look.hotlist_names_count 10
/set weechat.look.item_buffer_filter "•"
/set weechat.look.prefix_align_max 10
/set weechat.look.prefix_join "▬▬▶"
/set weechat.look.prefix_quit "◀▬▬"
/set weechat.look.prefix_suffix "│"
/set weechat.look.read_marker_string "─"
/set weechat.look.separator_horizontal "="
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment