Ignore symlinks with color suffix in name

This commit is contained in:
Sergei Eremenko 2018-05-15 12:12:18 +03:00
parent 78651643fd
commit 5c0677c8e6

View file

@ -235,7 +235,7 @@ change_color() {
local file target symlink
# verbose "Changing color of folders to '$color' ..."
find -L "$THEME_DIR" -regextype posix-extended \
find "$THEME_DIR" -type f -regextype posix-extended \
-regex ".*/${sizes_regex}/places/${icons_regex}.*" \
-print0 | while read -r -d $'\0' file; do