Guest User

Untitled

a guest
Jun 18th, 2018
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.82 KB | None | 0 0
  1. #
  2. # weechat.conf -- weechat v0.3.4-dev
  3. #
  4.  
  5. [debug]
  6.  
  7. [startup]
  8. command_after_plugins = ""
  9. command_before_plugins = ""
  10. display_logo = on
  11. display_version = on
  12.  
  13. [look]
  14. align_end_of_lines = message
  15. buffer_notify_default = all
  16. buffer_time_format = ""
  17. color_nicks_number = 10
  18. color_real_white = on
  19. command_chars = ""
  20. confirm_quit = off
  21. day_change = on
  22. day_change_time_format = "%a, %d %b %Y"
  23. highlight = ""
  24. hline_char = ""
  25. hotlist_names_count = 3
  26. hotlist_names_length = 0
  27. hotlist_names_level = 12
  28. hotlist_names_merged_buffers = off
  29. hotlist_short_names = on
  30. hotlist_sort = group_time_asc
  31. hotlist_unique_numbers = on
  32. input_share = none
  33. input_share_overwrite = off
  34. input_undo_max = 32
  35. item_time_format = "%I%M"
  36. jump_current_to_previous_buffer = on
  37. jump_previous_buffer_when_closing = on
  38. nickmode = on
  39. nickmode_empty = off
  40. paste_max_lines = 3
  41. prefix_action = " *"
  42. prefix_align = none
  43. prefix_align_max = 10
  44. prefix_align_min = 0
  45. prefix_align_more = off
  46. prefix_buffer_align = left
  47. prefix_buffer_align_max = 10
  48. prefix_buffer_align_more = off
  49. prefix_error = " :!!:"
  50. prefix_join = " ::)"
  51. prefix_network = " ::: "
  52. prefix_quit = " (::"
  53. prefix_suffix = ""
  54. read_marker = dotted-line
  55. read_marker_always_show = off
  56. save_config_on_exit = on
  57. save_layout_on_exit = none
  58. scroll_amount = 3
  59. scroll_page_percent = 100
  60. search_text_not_found_alert = on
  61. set_title = on
  62. time_format = "%a, %d %b %Y %T"
  63.  
  64. [color]
  65. bar_more = lightmagenta
  66. chat = default
  67. chat_bg = default
  68. chat_buffer = white
  69. chat_channel = white
  70. chat_delimiters = red
  71. chat_highlight = black
  72. chat_highlight_bg = red
  73. chat_host = cyan
  74. chat_nick = red
  75. chat_nick_color01 = cyan
  76. chat_nick_color02 = magenta
  77. chat_nick_color03 = green
  78. chat_nick_color04 = brown
  79. chat_nick_color05 = lightblue
  80. chat_nick_color06 = red
  81. chat_nick_color07 = lightcyan
  82. chat_nick_color08 = red
  83. chat_nick_color09 = lightmagenta
  84. chat_nick_color10 = blue
  85. chat_nick_other = lightred
  86. chat_nick_self = white
  87. chat_prefix_action = red
  88. chat_prefix_buffer = red
  89. chat_prefix_error = yellow
  90. chat_prefix_join = lightgreen
  91. chat_prefix_more = lightmagenta
  92. chat_prefix_network = cyan
  93. chat_prefix_quit = red
  94. chat_prefix_suffix = blue
  95. chat_read_marker = red
  96. chat_read_marker_bg = default
  97. chat_server = brown
  98. chat_text_found = yellow
  99. chat_text_found_bg = lightmagenta
  100. chat_time = default
  101. chat_time_delimiters = brown
  102. chat_value = cyan
  103. input_actions = lightgreen
  104. input_text_not_found = red
  105. nicklist_away = cyan
  106. nicklist_group = green
  107. nicklist_offline = blue
  108. separator = white
  109. status_data_highlight = yellow
  110. status_data_msg = red
  111. status_data_other = default
  112. status_data_private = lightgreen
  113. status_filter = green
  114. status_more = yellow
  115. status_name = white
  116. status_name_ssl = lightgreen
  117. status_number = default
  118. status_time = default
  119.  
  120. [completion]
  121. default_template = "%(nicks)|%(irc_channels)"
  122. nick_add_space = on
  123. nick_completer = ":"
  124. nick_first_only = off
  125. nick_ignore_chars = "[]-^"
  126. partial_completion_alert = on
  127. partial_completion_command = off
  128. partial_completion_command_arg = off
  129. partial_completion_count = on
  130. partial_completion_other = off
  131.  
  132. [history]
  133. display_default = 5
  134. max_commands = 100
  135. max_lines = 4096
  136. max_visited_buffers = 50
  137.  
  138. [proxy]
  139.  
  140. [network]
  141. gnutls_ca_file = "%h/ssl/CAs.pem"
  142.  
  143. [plugin]
  144. autoload = "*"
  145. debug = off
  146. extension = ".so"
  147. path = "%h/plugins"
  148. save_config_on_unload = on
  149.  
  150. [bar]
  151. buffers.color_bg = default
  152. buffers.color_delim = default
  153. buffers.color_fg = default
  154. buffers.conditions = ""
  155. buffers.filling_left_right = vertical
  156. buffers.filling_top_bottom = horizontal
  157. buffers.hidden = on
  158. buffers.items = "buffers"
  159. buffers.position = right
  160. buffers.priority = 1
  161. buffers.separator = off
  162. buffers.size = 0
  163. buffers.size_max = 20
  164. buffers.type = window
  165. input.color_bg = default
  166. input.color_delim = red
  167. input.color_fg = default
  168. input.conditions = ""
  169. input.filling_left_right = vertical
  170. input.filling_top_bottom = horizontal
  171. input.hidden = off
  172. input.items = "[input_prompt]+(away),[input_search],[input_paste],input_text"
  173. input.position = bottom
  174. input.priority = 1000
  175. input.separator = off
  176. input.size = 1
  177. input.size_max = 0
  178. input.type = window
  179. myinput.color_bg = default
  180. myinput.color_delim = default
  181. myinput.color_fg = default
  182. myinput.conditions = ""
  183. myinput.filling_left_right = vertical
  184. myinput.filling_top_bottom = horizontal
  185. myinput.hidden = on
  186. myinput.items = "[input_prompt],[input_search],[input_paste],input_text"
  187. myinput.position = bottom
  188. myinput.priority = 1
  189. myinput.separator = on
  190. myinput.size = 1
  191. myinput.size_max = 0
  192. myinput.type = root
  193. nicklist.color_bg = default
  194. nicklist.color_delim = cyan
  195. nicklist.color_fg = default
  196. nicklist.conditions = "nicklist"
  197. nicklist.filling_left_right = vertical
  198. nicklist.filling_top_bottom = columns_vertical
  199. nicklist.hidden = off
  200. nicklist.items = "buffer_nicklist"
  201. nicklist.position = top
  202. nicklist.priority = 200
  203. nicklist.separator = on
  204. nicklist.size = 0
  205. nicklist.size_max = 0
  206. nicklist.type = window
  207. status.color_bg = default
  208. status.color_delim = red
  209. status.color_fg = default
  210. status.conditions = ""
  211. status.filling_left_right = vertical
  212. status.filling_top_bottom = horizontal
  213. status.hidden = off
  214. status.items = "// buffer_number+:+buffer_name,// hotlist, // scroll"
  215. status.position = bottom
  216. status.priority = 500
  217. status.separator = off
  218. status.size = 0
  219. status.size_max = 0
  220. status.type = window
  221. title.color_bg = default
  222. title.color_delim = red
  223. title.color_fg = red
  224. title.conditions = ""
  225. title.filling_left_right = vertical
  226. title.filling_top_bottom = horizontal
  227. title.hidden = off
  228. title.items = "//,lag //,buffer_title"
  229. title.position = top
  230. title.priority = 1000
  231. title.separator = off
  232. title.size = 1
  233. title.size_max = 0
  234. title.type = window
  235. urlbar.color_bg = default
  236. urlbar.color_delim = default
  237. urlbar.color_fg = default
  238. urlbar.conditions = ""
  239. urlbar.filling_left_right = vertical
  240. urlbar.filling_top_bottom = horizontal
  241. urlbar.hidden = on
  242. urlbar.items = "urlbar_urls"
  243. urlbar.position = top
  244. urlbar.priority = 0
  245. urlbar.separator = off
  246. urlbar.size = 0
  247. urlbar.size_max = 0
  248. urlbar.type = root
  249.  
  250. [filter]
  251. irc_smart = on;*;irc_smart_filter;*
Add Comment
Please, Sign In to add comment