1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2026-04-05 05:12:05 -04:00

system monitor: disable anims until list is stable

This commit is contained in:
bbedward
2026-02-08 22:16:45 -05:00
parent a02b0c0c3c
commit fce120fa31
2 changed files with 5 additions and 3 deletions

View File

@@ -442,9 +442,6 @@ Item {
readonly property int blurMax: 64
layer.enabled: Quickshell.env("DMS_DISABLE_LAYER") !== "true" && Quickshell.env("DMS_DISABLE_LAYER") !== "1"
layer.smooth: false
layer.textureSize: Qt.size(Math.round(width * root.dpr), Math.round(height * root.dpr))
layer.textureMirroring: ShaderEffectSource.MirrorVertically
layer.effect: MultiEffect {
id: shadowFx