summaryrefslogtreecommitdiff
path: root/services/Cava.qml
diff options
context:
space:
mode:
author2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-09-09 16:31:02 +1000
committer2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-09-09 16:31:02 +1000
commit6ae1a8e811f72bda251f8718fb148fcb6853bcc4 (patch)
tree4b4018628c9cc32a7f43a4a0d17b091eb852db2c /services/Cava.qml
parentnix: fix build error with libcava (#585) (diff)
downloadcaelestia-shell-6ae1a8e811f72bda251f8718fb148fcb6853bcc4.tar.gz
caelestia-shell-6ae1a8e811f72bda251f8718fb148fcb6853bcc4.tar.bz2
caelestia-shell-6ae1a8e811f72bda251f8718fb148fcb6853bcc4.zip
plugin/ac: not singleton
Also add nodeId prop BeatTracker not singleton Move BeatTracker and Cava to Audio service
Diffstat (limited to 'services/Cava.qml')
-rw-r--r--services/Cava.qml18
1 files changed, 0 insertions, 18 deletions
diff --git a/services/Cava.qml b/services/Cava.qml
deleted file mode 100644
index 3291bcd..0000000
--- a/services/Cava.qml
+++ /dev/null
@@ -1,18 +0,0 @@
-pragma Singleton
-
-import qs.config
-import Caelestia
-import Quickshell
-
-Singleton {
- id: root
-
- readonly property alias provider: provider
- readonly property alias values: provider.values
-
- CavaProvider {
- id: provider
-
- bars: Config.services.visualiserBars
- }
-}