summaryrefslogtreecommitdiff
path: root/mate/24x24/status/Makefile.am
AgeCommit message (Collapse)AuthorFilesLines
2019-04-09Display the volume status with a better contrast in panelsrbuj1-5/+5
Upscale 22x22 volume status icons instead of downscale 32x32
2019-04-09Upgrade svg source files to Inkscape 0.92.4rbuj1-82/+82
$ inkscape -V Inkscape 0.92.4 (unknown) $ find . -type f -name Makefile.am -print0 | xargs -0 sed -i 's/ --convert-dpi-method=scale-document//g' $ find . -type f -name Makefile.am -print0 | xargs -0 sed -i 's/ --convert-dpi-method=scale-viewbox//g' $ find ./src -name *.svg -exec inkscape --convert-dpi-method=none --verb=FileVacuum --verb=FileSave --verb=FileQuit {} \;
2019-04-09Gen png icons from source - Mate themerbuj1-0/+500
clean & build: make -C mate clean-png-icons make -C mate build-png-icons