XFWM4: remove 1.5x scale HiDPI themes

This commit is contained in:
Daniel Ruiz de Alegría
2021-12-01 10:26:11 +01:00
parent 5e50219f37
commit ac6c2c8e31
97 changed files with 0 additions and 41 deletions
@@ -20,13 +20,6 @@ build: $(ASSETS)
--export-png=$$variant/$$i.png $$src_file > /dev/null 2>&1 \
&& $(OPTIPNG) $$variant/$$i.png ; \
echo ; \
echo Rendering $$variant@1.5/$$i.png ; \
$(INKSCAPE) --export-id=$$i \
--export-dpi=138 \
--export-id-only \
--export-png=$$variant@1.5/$$i.png $$src_file > /dev/null 2>&1 \
&& $(OPTIPNG) $$variant@1.5/$$i.png ; \
echo ; \
echo Rendering $$variant@2/$$i.png ; \
$(INKSCAPE) --export-id=$$i \
--export-dpi=192 \