wallust integration

This commit is contained in:
Zacharias-Brohn
2025-11-13 01:56:43 +01:00
parent 374842b321
commit 52a382b0ad
5 changed files with 43 additions and 8 deletions
+8
View File
@@ -2,6 +2,7 @@ import Quickshell
import QtQuick
import Quickshell.Wayland
import qs.Helpers
import qs.Modules
Scope {
Variants {
@@ -24,6 +25,13 @@ Scope {
anchors.fill: parent
source: WallpaperPath.currentWallpaperPath
fillMode: Image.PreserveAspectCrop
// Behavior on source {
// Anim {
// properties: "opacity"
// duration: 500
// }
// }
}
}
}