diff options
| author | 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> | 2025-08-23 15:15:47 +1000 |
|---|---|---|
| committer | 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> | 2025-08-23 15:15:47 +1000 |
| commit | 56ea40a9a0086fbe3dccb01a27463284eddd740b (patch) | |
| tree | ae00e465eeff37e045ba92bc832f712cb8b4233d /modules | |
| parent | nix: add wrapQtAppsHook (#461) (diff) | |
| download | caelestia-shell-56ea40a9a0086fbe3dccb01a27463284eddd740b.tar.gz caelestia-shell-56ea40a9a0086fbe3dccb01a27463284eddd740b.tar.bz2 caelestia-shell-56ea40a9a0086fbe3dccb01a27463284eddd740b.zip | |
dashboard: better visualiser
Diffstat (limited to 'modules')
| -rw-r--r-- | modules/dashboard/Media.qml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/dashboard/Media.qml b/modules/dashboard/Media.qml index f8c93c7..db43252 100644 --- a/modules/dashboard/Media.qml +++ b/modules/dashboard/Media.qml @@ -11,7 +11,6 @@ import Quickshell import Quickshell.Widgets import Quickshell.Services.Mpris import QtQuick -import QtQuick.Controls import QtQuick.Layouts import QtQuick.Shapes @@ -71,6 +70,7 @@ Item { anchors.fill: cover anchors.margins: -Config.dashboard.sizes.mediaVisualiserSize + asynchronous: true preferredRendererType: Shape.CurveRenderer data: visualiserBars.instances } |