From 120ed36deb41bd12b8659d6095ff9d238a1eb127 Mon Sep 17 00:00:00 2001 From: ItsLemmy Date: Mon, 22 Sep 2025 22:41:24 -0400 Subject: [PATCH] Cava: always active --- Services/CavaService.qml | 1 + 1 file changed, 1 insertion(+) diff --git a/Services/CavaService.qml b/Services/CavaService.qml index 30495da3..cdc0c15b 100644 --- a/Services/CavaService.qml +++ b/Services/CavaService.qml @@ -37,6 +37,7 @@ Singleton { Process { id: process stdinEnabled: true + running: true // Yes, cava should run at all times! Even if no mpris is available. command: ["cava", "-p", "/dev/stdin"] onExited: { stdinEnabled = true