|
NAMEwaybar - idle_inhibitor moduleDESCRIPTIONThe idle_inhibitor module can inhibiting the idle behavior such as screen blanking, locking, and screensaving, also known as "presentation mode".CONFIGURATIONformat:typeof: string The format, how the state should be displayed. format-icons:
rotate:
max-length:
min-length: typeof: integer The minimum length in characters the module should take up. align: typeof: float The alignment of the text, where 0 is left-aligned and 1 is right-aligned. If the module is rotated, it will follow the flow of the text. on-click:
on-click-middle:
on-click-right:
on-update:
on-scroll-up:
on-scroll-down:
smooth-scrolling-threshold:
timeout:
tooltip:
FORMAT REPLACEMENTS{status}: status (activated or deactivated){icon}: Icon, as defined in format-icons EXAMPLES"idle_inhibitor": { "format": "{icon}", "format-icons": { "activated": "", "deactivated": "" }, "timeout": 30.5 }
Visit the GSP FreeBSD Man Page Interface. |