diff options
-rwxr-xr-x | prepare | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -23,7 +23,7 @@ # # (2) a "full" bundle containing all available wallpapers, which # is suitable for use when disk space isn't a major concern. -# +# # # # requirements @@ -336,7 +336,7 @@ printf "%s\n" "${MAKE}" | while read ratio scale _; do # '#303031' TO '#303030' WILL DISCARD COLOR INFORMATION OF # THE COMPOSITED SVG. WTF. WE LEVERAGE THIS THOUGH... ############################################################ - + # background (we want the buggy black/white version) mkdir -p "${TEMP}"/generated/background; make_fake ${x}x${y} "#bbbbbb" "#eeeeee" black_x200 "${TEMP}"/generated/background/${x}x${y}.png; |