Package-level declarations

Types

Link copied to clipboard

Singleton detector: one monitor, shared state for the whole app.

Link copied to clipboard
data class KdeThemeState(val windowTheme: Boolean?, val panelTheme: Boolean?)

Functions

Link copied to clipboard

Convenience boolean: prefer window theme, then panel, else false.

Link copied to clipboard
Link copied to clipboard

Starts the singleton monitor (idempotent) and returns the latest KDE theme state as a Compose state value. Updates are debounced and robust.