Mercurial > dotfiles
annotate weechat/script.conf @ 297:9056a39ef016
Move `pentadactylrc` to a subfolder, update install scripts.
author | Ludovic Chabant <ludovic@chabant.com> |
---|---|
date | Tue, 21 Apr 2015 16:30:18 -0700 |
parents | f3ea51b9b4d1 |
children | 27447ad19df6 |
rev | line source |
---|---|
237 | 1 # |
260
f3ea51b9b4d1
Upgrade to new Weechat.
Ludovic Chabant <ludovic@chabant.com>
parents:
237
diff
changeset
|
2 # script.conf -- weechat v1.1 |
237 | 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 = darkgray | |
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 = 60 | |
46 dir = "%h/script" | |
47 hold = "" | |
48 url = "http://www.weechat.org/files/plugins.xml.gz" | |
260
f3ea51b9b4d1
Upgrade to new Weechat.
Ludovic Chabant <ludovic@chabant.com>
parents:
237
diff
changeset
|
49 url_force_https = on |