add wallpaper config

This commit is contained in:
Benjamin Palko 2025-09-23 23:01:21 -04:00
parent 7ba6222105
commit 6b9ecc5b3d
2 changed files with 7 additions and 1 deletions

View file

@ -19,7 +19,7 @@ ListView {
implicitHeight: 90
model: FolderListModel {
nameFilters: ["*.jpg"]
folder: `${Paths.home}/Wallpapers`
folder: `file://${Paths.expandTilde(Config.wallpaper.directory)}`
showDirs: false
}
delegate: Item {