dotfiles

configuration files for shell, text editor, graphical environment, etc.
git clone git://src.adamsgaard.dk/dotfiles
Log | Files | Refs | README | LICENSE

buflist.conf (2036B)


      1 #
      2 # weechat -- buflist.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 [look]
     13 add_newline = on
     14 auto_scroll = 50
     15 display_conditions = "${buffer.hidden}==0"
     16 enabled = on
     17 mouse_jump_visited_buffer = off
     18 mouse_move_buffer = on
     19 mouse_wheel = on
     20 nick_prefix = off
     21 nick_prefix_empty = on
     22 signals_refresh = ""
     23 sort = "number,-active"
     24 
     25 [format]
     26 buffer = "${format_number}${indent}${eval:${format_name}}${format_hotlist} ${color:238}${buffer.local_variables.filter}${buffer.local_variables.buflist}"
     27 buffer_current = "${if:${type}==server?${color:*blue,235}:${color:*blue}}${hide:>,${buffer[last_gui_buffer].number}} ${indent}${if:${type}==server&&${info:irc_server_isupport_value,${name},NETWORK}?${info:irc_server_isupport_value,${name},NETWORK}:${name}} ${color:235}${buffer.local_variables.filter}${buffer.local_variables.buflist}"
     28 hotlist = " ${color:239}${hotlist}${color:239}"
     29 hotlist_highlight = "${color:13}"
     30 hotlist_low = "${color:4}"
     31 hotlist_message = "${color:3}"
     32 hotlist_none = "${color:default}"
     33 hotlist_private = "${color:10}"
     34 hotlist_separator = "${color:default},"
     35 indent = " "
     36 lag = " ${color:green}[${color:brown}${lag}${color:green}]"
     37 name = "${if:${type}==server?${color:white}:${color_hotlist}}${if:${type}==server||${type}==channel||${type}==private?${if:${cutscr:8,+,${name}}!=${name}?${cutscr:8,${color:${weechat.color.chat_prefix_more}}+,${if:${type}==server&&${info:irc_server_isupport_value,${name},NETWORK}?${info:irc_server_isupport_value,${name},NETWORK}:${name}}}:${cutscr:8, ,${if:${type}==server&&${info:irc_server_isupport_value,${name},NETWORK}?${info:irc_server_isupport_value,${name},NETWORK}                              :${name}                              }}}:${name}}"
     38 nick_prefix = "${color_nick_prefix}${nick_prefix}"
     39 number = "${if:${type}==server?${color:black,235}:${color:239}}${number}${if:${number_displayed}?.: }"