dotfiles

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README

script.conf (1257B)


      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 commands like /set or /fset to change settings in WeeChat.
      8 #
      9 # For more info, see: https://weechat.org/doc/weechat/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 = "i,p,n"
     19 translate_description = on
     20 use_keys = on
     21 
     22 [color]
     23 status_autoloaded = 39
     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 = 24
     33 text_date = 65
     34 text_date_selected = 50
     35 text_delimiters = 240
     36 text_description = 249
     37 text_description_selected = white
     38 text_extension = 242
     39 text_extension_selected = 248
     40 text_name = 73
     41 text_name_selected = 51
     42 text_selected = white
     43 text_tags = brown
     44 text_tags_selected = yellow
     45 text_version = 100
     46 text_version_loaded = 246
     47 text_version_loaded_selected = white
     48 text_version_selected = 228
     49 
     50 [scripts]
     51 autoload = on
     52 cache_expire = 1440
     53 download_enabled = off
     54 download_timeout = 30
     55 hold = ""
     56 path = "${weechat_cache_dir}/script"
     57 url = "https://weechat.org/files/plugins.xml.gz"