internal: change beatdetector path

For install via pkgbuild
This commit is contained in:
2 * r + 2 * t 2025-06-15 17:14:48 +10:00
parent 2f9179d141
commit 2a5b49f693

View file

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