import Quickshell.Wayland An idle monitor detects when the user stops providing input for a period of time.
NOTE
Using an idle monitor requires the compositor support the ext-idle-notify-v1 protocol.
When set to true, isIdle will depend on both user interaction and active idle inhibitors. When false, the value will depend solely on user interaction. Defaults to true.
The amount of time in seconds the idle monitor should wait before reporting an idle state.
Defaults to zero, which reports idle status immediately.
If the idle monitor should be enabled. Defaults to true.
This property is true if the user has been idle for at least timeout. What is considered to be idle is influenced by respectInhibitors.