summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xprepare4
1 files changed, 2 insertions, 2 deletions
diff --git a/prepare b/prepare
index 7e5014a..cf81022 100755
--- a/prepare
+++ b/prepare
@@ -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;