diff --git a/Services/CavaService.qml b/Services/CavaService.qml index 6cfb735..12f39e7 100644 --- a/Services/CavaService.qml +++ b/Services/CavaService.qml @@ -37,9 +37,7 @@ Singleton { Process { id: process stdinEnabled: true - running: (Settings.data.audio.visualizerType !== "none") - && (PanelService.getPanel("sidePanel").active || Settings.data.audio.showMiniplayerCava - || (PanelService.lockScreen && PanelService.lockScreen.active)) + running: true command: ["cava", "-p", "/dev/stdin"] onExited: { stdinEnabled = true