New backup 2025-03-04 12:30:11
This commit is contained in:
parent
16613f0f71
commit
d48c97d8a2
1 changed files with 1 additions and 1 deletions
|
@ -59,7 +59,7 @@
|
|||
"scripts/inhibit-status")
|
||||
|
||||
(defwidget idleinhibit []
|
||||
(button :onclick {inhibit_active ? 'killall eww-idle-inhibit' : 'systemd-inhibit --what="idle" scripts/eww-idle-inhibit'}
|
||||
(button :onclick {inhibit_active ? 'killall eww-idle-inhibit' : 'systemd-inhibit --what="idle" --mode="block" scripts/eww-idle-inhibit'}
|
||||
:class {inhibit_active ? "active" : ""}
|
||||
{inhibit_active ? "" : ""}))
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue