internal: fix beat detector

This commit is contained in:
2 * r + 2 * t 2025-06-15 17:20:14 +10:00
parent 2a5b49f693
commit 5ca2854681

View file

@ -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)
}