blob: 1b714ad0d363d954e4bb9d12d93852e0d364e418 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
#
# weechat -- wg.conf
#
# WARNING: It is NOT recommended to edit this file by hand,
# especially if WeeChat is running.
#
# Use /set or similar command to change settings in WeeChat.
#
# For more info, see: https://weechat.org/doc/quickstart
#
[color]
installed = yellow
language = lightblue
obsolete = lightmagenta
running = lightgreen
script = cyan
unknown = lightred
[scripts]
cache_expire = 60
dir = "%h/weeget"
url = "http://www.weechat.org/files/plugins.xml.gz"
|