Services#

There is a list of built-in services that provide additional functionality to build various components of your desktop.

To access a service, import it and call the .get_default() method.

from ignis.services.audio import AudioService

audio = AudioService.get_default()

Built-in services#

Hint

If the service you need is not here, you can make your own.

See Creating Service for more info.