List wallpapers through the symlinked wallpapers folder
This commit is contained in:
@@ -20,7 +20,7 @@ Item {
|
|||||||
Process {
|
Process {
|
||||||
id: listProc
|
id: listProc
|
||||||
command: ["bash", "-c",
|
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',
|
'-o -iname "*.png" -o -iname "*.webp" -o -iname "*.gif" \\) | sort',
|
||||||
"--", root.directory]
|
"--", root.directory]
|
||||||
stdout: StdioCollector {
|
stdout: StdioCollector {
|
||||||
|
|||||||
Reference in New Issue
Block a user