Last active
December 30, 2015 20:05
-
-
Save duggiefresh/36ff46fe19a8ba4487f1 to your computer and use it in GitHub Desktop.
Weechat config
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/script install buffers.pl buffer_autoclose.py iset.pl go.py colorize_nicks.py | |
/key bind meta-g /go | |
/set weechat.bar.status.color_bg 0 | |
/set weechat.bar.title.color_bg 0 | |
/set weechat.color.chat_nick_colors 1,2,3,4,5,6 | |
/set buffers.color.hotlist_message_fg 7 | |
/set weechat.bar.buffers.position top | |
/set weechat.bar.buffers.items buffers | |
/set buffers.look.hide_merged_buffers server | |
/set buffers.look.detach 600 | |
/set weechat.look.buffer_notify_default message | |
/set irc.look.smart_filter on | |
/filter add irc_smart * irc_smart_filter * | |
/set weechat.look.prefix_same_nick "⤷" | |
/set weechat.look.prefix_error "⚠" | |
/set weechat.look.prefix_network "ℹ " | |
/set weechat.look.prefix_action "⚡" | |
/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.prefix_suffix "╡" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
/set buffers.color.hotlist_message_fg 7
gives the error messageError: option "buffers.color.hotlist_message_fg" not found