logo

dotfiles

My dotfiles, one branch per machine, rebased on base git clone https://hacktivis.me/git/dotfiles.git

script.conf (1252B)


  1. #
  2. # weechat -- script.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. [look]
  12. columns = "%s %n %V %v %u | %d | %t"
  13. diff_color = on
  14. diff_command = "auto"
  15. display_source = on
  16. quiet_actions = on
  17. sort = "p,n"
  18. translate_description = on
  19. use_keys = on
  20. [color]
  21. status_autoloaded = cyan
  22. status_held = white
  23. status_installed = lightcyan
  24. status_obsolete = lightmagenta
  25. status_popular = yellow
  26. status_running = lightgreen
  27. status_unknown = lightred
  28. text = default
  29. text_bg = default
  30. text_bg_selected = red
  31. text_date = default
  32. text_date_selected = white
  33. text_delimiters = default
  34. text_description = default
  35. text_description_selected = white
  36. text_extension = default
  37. text_extension_selected = white
  38. text_name = cyan
  39. text_name_selected = lightcyan
  40. text_selected = white
  41. text_tags = brown
  42. text_tags_selected = yellow
  43. text_version = magenta
  44. text_version_loaded = default
  45. text_version_loaded_selected = white
  46. text_version_selected = lightmagenta
  47. [scripts]
  48. autoload = on
  49. cache_expire = 1440
  50. download_timeout = 30
  51. hold = ""
  52. path = "%h/script"
  53. url = "https://weechat.org/files/plugins.xml.gz"