Gtk2 themed

This commit is contained in:
EliverLara
2018-08-14 16:10:02 -05:00
parent 1031390c1c
commit 1c058283ff
135 changed files with 294 additions and 282 deletions

View File

@@ -9,9 +9,9 @@ INDEX="assets.txt"
for i in `cat $INDEX`
do
if [ -f $ASSETS_DIR/$i.png ]; then
echo $ASSETS_DIR/$i.png exists.
else
# if [ -f $ASSETS_DIR/$i.png ]; then
# echo $ASSETS_DIR/$i.png exists.
# else
echo
echo Rendering $ASSETS_DIR/$i.png
$INKSCAPE --export-id=$i \
@@ -19,6 +19,6 @@ else
--export-background-opacity=0 \
--export-png=$ASSETS_DIR/$i.png $SRC_FILE >/dev/null \
&& $OPTIPNG -o7 --quiet $ASSETS_DIR/$i.png
fi
# fi
done
exit 0