Wallpaper#

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

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

Properties:
  • wallpaper (str, read-write): The path to the image.

Example usage:

.. code-block:: python

from ignis.services.wallpaper import WallpaperService

wallpaper = WallpaperService.get_default()

wallpaper.set_wallpaper("path/to/image")