8 lines
360 B
Text
8 lines
360 B
Text
(defpoll inhibit_active :initial false
|
|
:interval "60s"
|
|
"scripts/bar/inhibit-status")
|
|
|
|
(defwidget idleinhibit []
|
|
(button :onclick {inhibit_active ? 'killall eww-idle-inhibit' : 'systemd-inhibit --what="idle" --mode="block" scripts/bar/eww-idle-inhibit'}
|
|
:class {inhibit_active ? "active" : ""}
|
|
{inhibit_active ? "" : ""}))
|