diff options
| author | 2015-07-23 09:39:31 +0000 | |
|---|---|---|
| committer | 2015-07-23 09:39:31 +0000 | |
| commit | 4a629384742bb6cf89c32242507b9d013f577a11 (patch) | |
| tree | 2f89e0287fd5329ef1a0d7a30a9fdb34bc316428 /weechat/.weechat/script.conf | |
| parent | 2f2dbf5306f87c082620613d069a2068bf350ad3 (diff) | |
| download | dotfiles-4a629384742bb6cf89c32242507b9d013f577a11.tar.gz dotfiles-4a629384742bb6cf89c32242507b9d013f577a11.tar.bz2 dotfiles-4a629384742bb6cf89c32242507b9d013f577a11.zip | |
Added weechat configs
Diffstat (limited to 'weechat/.weechat/script.conf')
| -rw-r--r-- | weechat/.weechat/script.conf | 49 |
1 files changed, 49 insertions, 0 deletions
diff --git a/weechat/.weechat/script.conf b/weechat/.weechat/script.conf new file mode 100644 index 0000000..a3d76b8 --- /dev/null +++ b/weechat/.weechat/script.conf | |||
| @@ -0,0 +1,49 @@ | |||
| 1 | # | ||
| 2 | # script.conf -- weechat v1.1.1 | ||
| 3 | # | ||
| 4 | |||
| 5 | [look] | ||
| 6 | columns = "%s %n %V %v %u | %d | %t" | ||
| 7 | diff_color = on | ||
| 8 | diff_command = "auto" | ||
| 9 | display_source = on | ||
| 10 | quiet_actions = on | ||
| 11 | sort = "p,n" | ||
| 12 | translate_description = on | ||
| 13 | use_keys = on | ||
| 14 | |||
| 15 | [color] | ||
| 16 | status_autoloaded = cyan | ||
| 17 | status_held = white | ||
| 18 | status_installed = lightcyan | ||
| 19 | status_obsolete = lightmagenta | ||
| 20 | status_popular = yellow | ||
| 21 | status_running = lightgreen | ||
| 22 | status_unknown = lightred | ||
| 23 | text = default | ||
| 24 | text_bg = default | ||
| 25 | text_bg_selected = red | ||
| 26 | text_date = default | ||
| 27 | text_date_selected = white | ||
| 28 | text_delimiters = default | ||
| 29 | text_description = default | ||
| 30 | text_description_selected = white | ||
| 31 | text_extension = default | ||
| 32 | text_extension_selected = white | ||
| 33 | text_name = cyan | ||
| 34 | text_name_selected = lightcyan | ||
| 35 | text_selected = white | ||
| 36 | text_tags = brown | ||
| 37 | text_tags_selected = yellow | ||
| 38 | text_version = magenta | ||
| 39 | text_version_loaded = default | ||
| 40 | text_version_loaded_selected = white | ||
| 41 | text_version_selected = lightmagenta | ||
| 42 | |||
| 43 | [scripts] | ||
| 44 | autoload = on | ||
| 45 | cache_expire = 1440 | ||
| 46 | dir = "%h/script" | ||
| 47 | hold = "" | ||
| 48 | url = "http://weechat.org/files/plugins.xml.gz" | ||
| 49 | url_force_https = on | ||
