Xfce: Improve selected tabs style

This commit is contained in:
EliverLara
2020-12-29 13:10:46 -06:00
parent 488c303b06
commit 863bbacd4a
10 changed files with 93 additions and 72 deletions

View File

@@ -17,7 +17,7 @@ else
$INKSCAPE --export-id=$i \
--export-id-only \
--export-background-opacity=0 \
--export-png=$ASSETS_DIR/$i.png $SRC_FILE >/dev/null \
--export-filename=$ASSETS_DIR/$i.png $SRC_FILE >/dev/null \
&& $OPTIPNG -o7 --quiet $ASSETS_DIR/$i.png
fi
done