diff options
Diffstat (limited to 'services')
| -rw-r--r-- | services/BeatDetector.qml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/services/BeatDetector.qml b/services/BeatDetector.qml index 0fa4727..76a0fe2 100644 --- a/services/BeatDetector.qml +++ b/services/BeatDetector.qml @@ -6,7 +6,7 @@ import Quickshell.Io Singleton { id: root - property real bpm: 1 + property real bpm: 150 Process { running: true |