◾Backgrounds
Controls which type of backgrounds appear (if any) and various other settings for the overall appearance of the addon.
◾ static.enabled
boolean
Enables / disables static backgrounds. These are regular images with no animation.
cfg.bg.static.enabled = true
◾ static.list
table
List of static images to use as backgrounds
Requires
static.enabled = true
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
boolean
Enables / disables live backgrounds which are .webm videos
◾ live.list
table
List of live backgrounds to use on main interface.
Requires
live.enabled = true
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',
}