summaryrefslogtreecommitdiff
path: root/modules/dashboard
diff options
context:
space:
mode:
author2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-09-08 21:15:18 +1000
committer2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-09-08 21:15:18 +1000
commitffed0aefaba668547f78bedf25b9eb4c3eb40808 (patch)
tree86b175433b13c097eb0347b0cfc0c92d3f788e2d /modules/dashboard
parentplugin/ac: rt process (diff)
downloadcaelestia-shell-ffed0aefaba668547f78bedf25b9eb4c3eb40808.tar.gz
caelestia-shell-ffed0aefaba668547f78bedf25b9eb4c3eb40808.tar.bz2
caelestia-shell-ffed0aefaba668547f78bedf25b9eb4c3eb40808.zip
dashboard/media: ensure visualiser heads
Diffstat (limited to 'modules/dashboard')
-rw-r--r--modules/dashboard/Media.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/dashboard/Media.qml b/modules/dashboard/Media.qml
index 2735964..9d61eb5 100644
--- a/modules/dashboard/Media.qml
+++ b/modules/dashboard/Media.qml
@@ -91,7 +91,7 @@ Item {
id: visualiserBar
required property int modelData
- readonly property real value: Math.max(0, Math.min(1, Cava.values[modelData]))
+ readonly property real value: Math.max(1e-3, Math.min(1, Cava.values[modelData]))
readonly property real angle: modelData * 2 * Math.PI / Config.services.visualiserBars
readonly property real magnitude: value * Config.dashboard.sizes.mediaVisualiserSize