◾Backgrounds
Controls which type of backgrounds appear (if any) and various other settings for the overall appearance of the addon.
◾ static.enabled
Enables / disables static backgrounds. These are regular images with no animation.
cfg.bg.static.enabled = true◾ static.list
cfg.bg.static.list =
{
    'http://cdn.rlib.io/wp/s/1.jpg',
    'http://cdn.rlib.io/wp/s/2.jpg',
    'http://cdn.rlib.io/wp/s/3.jpg',
    'http://cdn.rlib.io/wp/s/4.jpg',
}◾ live.enabled
Enables / disables live backgrounds which are .webm videos
live.enabled = false◾ live.list
cfg.bg.live.list =
{
    'http://cdn.rlib.io/wp/l/index.php?id=default_1',
    'http://cdn.rlib.io/wp/l/index.php?id=default_2',
    'http://cdn.rlib.io/wp/l/index.php?id=default_3',
    'http://cdn.rlib.io/wp/l/index.php?id=default_4',
    'http://cdn.rlib.io/wp/l/index.php?id=default_5',
}Last updated