]>
Commit | Line | Data |
---|---|---|
aca63701 | 1 | # |
483da16c BB |
2 | # weechat -- wg.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 | |
aca63701 BB |
10 | # |
11 | ||
12 | [color] | |
13 | installed = yellow | |
14 | language = lightblue | |
15 | obsolete = lightmagenta | |
16 | running = lightgreen | |
17 | script = cyan | |
18 | unknown = lightred | |
19 | ||
20 | [scripts] | |
21 | cache_expire = 60 | |
22 | dir = "%h/weeget" | |
23 | url = "http://www.weechat.org/files/plugins.xml.gz" |