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