forked from Shinonome/dots-hyprland
correct wallpaper path capitalization
This commit is contained in:
@@ -15,8 +15,8 @@ Singleton {
|
|||||||
id: root
|
id: root
|
||||||
|
|
||||||
// Directory to search for wallpapers (new location)
|
// Directory to search for wallpapers (new location)
|
||||||
// Resolves to: ~/Pictures/wallpapers
|
// Resolves to: ~/Pictures/Wallpapers
|
||||||
property list<string> searchDirs: [ FileUtils.trimFileProtocol(`${Directories.pictures}/wallpapers`) ]
|
property list<string> searchDirs: [ FileUtils.trimFileProtocol(`${Directories.pictures}/Wallpapers`) ]
|
||||||
|
|
||||||
// Supported image extensions. Videos are intentionally excluded for now
|
// Supported image extensions. Videos are intentionally excluded for now
|
||||||
// to keep the overview lightweight.
|
// to keep the overview lightweight.
|
||||||
|
|||||||
Reference in New Issue
Block a user