List wallpapers through the symlinked wallpapers folder

This commit is contained in:
2026-09-21 00:49:35 +00:00
parent ef02250a8f
commit bfba908ef4
@@ -20,7 +20,7 @@ Item {
Process {
id: listProc
command: ["bash", "-c",
'find "$1" -maxdepth 1 -type f \\( -iname "*.jpg" -o -iname "*.jpeg" ' +
'find -L "$1" -maxdepth 1 -type f \\( -iname "*.jpg" -o -iname "*.jpeg" ' +
'-o -iname "*.png" -o -iname "*.webp" -o -iname "*.gif" \\) | sort',
"--", root.directory]
stdout: StdioCollector {