diff --git a/services/BeatDetector.qml b/services/BeatDetector.qml index ba27ebee..b2108016 100644 --- a/services/BeatDetector.qml +++ b/services/BeatDetector.qml @@ -10,7 +10,7 @@ Singleton { Process { running: true - command: ["/usr/lib/caelestia/beat_detector"] + command: ["/usr/lib/caelestia/beat_detector", "--no-log", "--no-stats", "--no-visual"] stdout: SplitParser { onRead: data => root.bpm = parseFloat(data) }