Skip to content

Commit

Permalink
Fix icon sizes larger than 96 being broken for custom colors
Browse files Browse the repository at this point in the history
Removes 96 directory and symlinks 96 -> 48.
This mirrors base Numix theme where the subfolders of 96 are
symlinks to the 48 equivalents
  • Loading branch information
loathingKernel committed Jan 20, 2022
1 parent a563db0 commit a0cd202
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions numix-folders
Original file line number Diff line number Diff line change
Expand Up @@ -389,6 +389,8 @@ if [[ "${sdir}" != "${ddir}" ]]; then
ld="${ld##*/}"
ln -sf "${rd}" "${ld}"
done
rm -r 96
ln -sf 48 96
fi

echo "* Folder change complete!"
Expand Down

0 comments on commit a0cd202

Please sign in to comment.