Background: revert to old version which fixed the RAM issue

Overview: only load if niri event-stream emits overview active
This commit is contained in:
Ly-sec
2025-10-03 13:13:40 +02:00
parent adb84a9e24
commit b391d03967
5 changed files with 126 additions and 91 deletions
+2 -2
View File
@@ -12,7 +12,7 @@ Variants {
delegate: Loader {
required property ShellScreen modelData
active: CompositorService.isNiri && modelData && Settings.data.wallpaper.enabled
active: CompositorService.isNiri && CompositorService.niriOverviewActive && modelData && Settings.data.wallpaper.enabled
property string wallpaper: ""
@@ -37,7 +37,7 @@ Variants {
}
}
}
Connections {
target: WallpaperService
function onIsInitializedChanged() {