diff --git a/services/BeatDetector.qml b/services/BeatDetector.qml index 196d40c2..ba27ebee 100644 --- a/services/BeatDetector.qml +++ b/services/BeatDetector.qml @@ -10,7 +10,7 @@ Singleton { Process { running: true - command: [`${Quickshell.configDir}/assets/realtime-beat-detector.py`] + command: ["/usr/lib/caelestia/beat_detector"] stdout: SplitParser { onRead: data => root.bpm = parseFloat(data) }