right sidebar: add easyeffects toggle

This commit is contained in:
end-4
2025-07-17 23:42:59 +07:00
parent c461bba5a3
commit 12e107448b
5 changed files with 57 additions and 5 deletions
@@ -20,7 +20,7 @@ QuickToggleButton {
Process {
id: fetchActiveState
running: true
command: ["bash", "-c", "pidof wayland-idle-inhibitor.py"]
command: ["pidof", "wayland-idle-inhibitor.py"]
onExited: (exitCode, exitStatus) => {
root.toggled = exitCode === 0
}