wallpaper picker

This commit is contained in:
Zacharias-Brohn
2025-11-12 20:28:38 +01:00
parent 14b01ad539
commit d82cb4eda6
6 changed files with 121 additions and 27 deletions
+3 -2
View File
@@ -1,6 +1,7 @@
import Quickshell
import QtQuick
import Quickshell.Wayland
import qs.Helpers
Scope {
Variants {
@@ -21,8 +22,8 @@ Scope {
Image {
id: wallpaperImage
anchors.fill: parent
source: "/mnt/IronWolf/SDImages/SWWW_Wals/ComfyUI_00037_.png"
fillMode: Image.PreserveAspectFit
source: WallpaperPath.currentWallpaperPath
fillMode: Image.PreserveAspectCrop
}
}
}