Fetch#
- class ignis.services.fetch.FetchService(*args: Any, **kwargs: Any)#
A service for fetching system information.
Example usage:
from ignis.services.fetch import FetchService fetch = FetchService.get_default() print(fetch.os_name) print(fetch.hostname) print(fetch.kernel)
- gproperty os_logo_text: str | None#
read-only
The OS logo with text icon name.
None
if not available.
- gproperty os_logo_text_dark: str | None#
read-only
The OS dark logo with text icon name.
None
if not available.