◾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
Last updated