Wallpaper#

class ignis.services.wallpaper.WallpaperService(*args: Any, **kwargs: Any)#

A simple service to set the wallpaper. Supports multiple monitors.

There are options available for this service: Wallpaper.

Example usage:

.. code-block:: python

from ignis.services.wallpaper import WallpaperService
from ignis.options import options

WallpaperService.get_default()  # just to initialize it

options.wallpaper.set_wallpaper_path("path/to/image")