summaryrefslogtreecommitdiff
path: root/services/Cava.qml
diff options
context:
space:
mode:
author2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-08-23 15:15:47 +1000
committer2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-08-23 15:15:47 +1000
commit56ea40a9a0086fbe3dccb01a27463284eddd740b (patch)
treeae00e465eeff37e045ba92bc832f712cb8b4233d /services/Cava.qml
parentnix: add wrapQtAppsHook (#461) (diff)
downloadcaelestia-shell-56ea40a9a0086fbe3dccb01a27463284eddd740b.tar.gz
caelestia-shell-56ea40a9a0086fbe3dccb01a27463284eddd740b.tar.bz2
caelestia-shell-56ea40a9a0086fbe3dccb01a27463284eddd740b.zip
dashboard: better visualiser
Diffstat (limited to 'services/Cava.qml')
-rw-r--r--services/Cava.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/services/Cava.qml b/services/Cava.qml
index 7c5a4a7..9e5105e 100644
--- a/services/Cava.qml
+++ b/services/Cava.qml
@@ -25,7 +25,7 @@ Singleton {
id: cavaProc
running: true
- command: ["sh", "-c", `printf '[general]\nframerate=60\nbars=${Config.dashboard.visualiserBars}\nsleep_timer=3\n[output]\nchannels=mono\nmethod=raw\nraw_target=/dev/stdout\ndata_format=ascii\nascii_max_range=100' | cava -p /dev/stdin`]
+ command: ["sh", "-c", `printf '[general]\nframerate=60\nbars=${Config.dashboard.visualiserBars}\nsleep_timer=3\n[output]\nchannels=mono\nmethod=raw\nraw_target=/dev/stdout\ndata_format=ascii\nascii_max_range=100\n[smoothing]\nnoise_reduction=85\nmonstercat=1\ngravity=120\n[eq]\n1=0.8\n2=0.9\n3=1\n4=1.1\n5=1.2' | cava -p /dev/stdin`]
stdout: SplitParser {
onRead: data => {
if (root.refCount)