mirror of
https://github.com/AvengeMedia/DankMaterialShell.git
synced 2026-04-13 01:02:18 -04:00
system monitor: disable anims until list is stable
This commit is contained in:
@@ -294,6 +294,11 @@ Item {
|
|||||||
clip: true
|
clip: true
|
||||||
spacing: 2
|
spacing: 2
|
||||||
|
|
||||||
|
add: root.searchText.length > 0 ? ListViewTransitions.add : null
|
||||||
|
remove: root.searchText.length > 0 ? ListViewTransitions.remove : null
|
||||||
|
displaced: root.searchText.length > 0 ? ListViewTransitions.displaced : null
|
||||||
|
move: root.searchText.length > 0 ? ListViewTransitions.move : null
|
||||||
|
|
||||||
model: ScriptModel {
|
model: ScriptModel {
|
||||||
values: root.cachedProcesses
|
values: root.cachedProcesses
|
||||||
objectProp: "pid"
|
objectProp: "pid"
|
||||||
|
|||||||
@@ -442,9 +442,6 @@ Item {
|
|||||||
readonly property int blurMax: 64
|
readonly property int blurMax: 64
|
||||||
|
|
||||||
layer.enabled: Quickshell.env("DMS_DISABLE_LAYER") !== "true" && Quickshell.env("DMS_DISABLE_LAYER") !== "1"
|
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 {
|
layer.effect: MultiEffect {
|
||||||
id: shadowFx
|
id: shadowFx
|
||||||
|
|||||||
Reference in New Issue
Block a user