diff --git a/modules/wp/WallpaperPicker.qml b/modules/wp/WallpaperPicker.qml index 67fc38f..c452c52 100644 --- a/modules/wp/WallpaperPicker.qml +++ b/modules/wp/WallpaperPicker.qml @@ -40,7 +40,7 @@ PanelWindow { // get folder url FolderListModel { id: imagesModel - folder: "file://" + Quickshell.env("HOME") + "/Pictures/Wallpapers" + folder: "file://" + Quickshell.env("HOME") + "/.cache/wallpaper-thumbs" nameFilters: ["*.png", "*.jpg", "*.jpeg"] showDirs: false }