internal: change beatdetector path
For install via pkgbuild
This commit is contained in:
parent
2f9179d141
commit
2a5b49f693
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue