diff options
Diffstat (limited to 'weechat/wg.conf')
| -rw-r--r-- | weechat/wg.conf | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/weechat/wg.conf b/weechat/wg.conf new file mode 100644 index 0000000..8e351cf --- /dev/null +++ b/weechat/wg.conf @@ -0,0 +1,16 @@ +# +# wg.conf -- weechat v0.3.8 +# + +[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" |