We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d6a77d8 commit 79ed088Copy full SHA for 79ed088
Configs/.local/lib/hyde/globalcontrol.sh
@@ -63,7 +63,7 @@ get_hashmap() {
63
fi
64
65
local find_command
66
- find_command="find \"${wallSource}\" -type f \\( $(list_extensions) \\) -exec \"${hashMech}\" {} +"
+ find_command="find \"${wallSource}\" -type f \\( $(list_extensions) \\) ! -path \"*/logo/*\" -exec \"${hashMech}\" {} +"
67
68
[ "${LOG_LEVEL}" == "debug" ] && print_log -g "DEBUG:" -b "Running command:" "${find_command}"
69
0 commit comments