better width handling for wallpaper picker

This commit is contained in:
Zacharias-Brohn
2025-11-13 01:29:35 +01:00
parent f2a7ce6160
commit 374842b321
2 changed files with 32 additions and 2 deletions
+2
View File
@@ -9,6 +9,7 @@ Singleton {
property alias baseBgColor: adapter.baseBgColor
property alias accentColor: adapter.accentColor
property alias wallpaperPath: adapter.wallpaperPath
property alias maxWallpapers: adapter.maxWallpapers
FileView {
id: root
@@ -27,6 +28,7 @@ Singleton {
property string wallpaperPath: Quickshell.env("HOME") + "/Pictures/Wallpapers"
property string baseBgColor: "#801a1a1a"
property AccentColor accentColor: AccentColor {}
property int maxWallpapers: 7
}
}
}