Skip to content

Commit 79ed088

Browse files
author
kRHYME7
committed
fix: gethashmap should not include logos, added error handling for animations.sh
1 parent d6a77d8 commit 79ed088

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Configs/.local/lib/hyde/globalcontrol.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ get_hashmap() {
6363
fi
6464

6565
local find_command
66-
find_command="find \"${wallSource}\" -type f \\( $(list_extensions) \\) -exec \"${hashMech}\" {} +"
66+
find_command="find \"${wallSource}\" -type f \\( $(list_extensions) \\) ! -path \"*/logo/*\" -exec \"${hashMech}\" {} +"
6767

6868
[ "${LOG_LEVEL}" == "debug" ] && print_log -g "DEBUG:" -b "Running command:" "${find_command}"
6969

0 commit comments

Comments
 (0)