Another copy of my dotfiles. Because I don't completely trust GitHub.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

41 lines
1.3 KiB

4 years ago
4 years ago
4 years ago
  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 commands like /set or /fset to change settings in WeeChat.
  8. #
  9. # For more info, see: https://weechat.org/doc/quickstart
  10. #
  11. [look]
  12. add_newline = on
  13. auto_scroll = 50
  14. display_conditions = "${buffer.hidden}==0"
  15. enabled = on
  16. mouse_jump_visited_buffer = off
  17. mouse_move_buffer = on
  18. mouse_wheel = on
  19. nick_prefix = off
  20. nick_prefix_empty = on
  21. signals_refresh = ""
  22. sort = "number,-active"
  23. use_items = 1
  24. [format]
  25. buffer = "${format_number}${indent}${format_nick_prefix}${color_hotlist}${format_name}"
  26. buffer_current = "${color:,blue}${format_buffer}"
  27. hotlist = " ${color:green}(${hotlist}${color:green})"
  28. hotlist_highlight = "${color:magenta}"
  29. hotlist_low = "${color:white}"
  30. hotlist_message = "${color:brown}"
  31. hotlist_none = "${color:default}"
  32. hotlist_private = "${color:green}"
  33. hotlist_separator = "${color:default},"
  34. indent = " "
  35. lag = " ${color:green}[${color:brown}${lag}${color:green}]"
  36. name = "${name}"
  37. nick_prefix = "${color_nick_prefix}${nick_prefix}"
  38. number = "${color:green}${number}${if:${number_displayed}?.: }"
  39. tls_version = " ${color:default}(${if:${tls_version}==TLS1.3?${color:green}:${if:${tls_version}==TLS1.2?${color:yellow}:${color:red}}}${translate:${tls_version}}${color:default})"