summaryrefslogtreecommitdiff
path: root/icons/Makefile.am
AgeCommit message (Collapse)AuthorFilesLines
2020-03-26Add 96x96 iconsrbuj1-1/+1
2020-03-26Add 64x64 iconsrbuj1-1/+1
for SVG in scalable/*.svg; do file=${SVG##*/}; echo "rsvg-convert -w 64 -h 64 $SVG -o 64x64/${file%.svg}.png"; done | sh
2020-03-26Add 256x256 iconsrbuj1-1/+1
for SVG in scalable/*.svg; do file=${SVG##*/}; echo "rsvg-convert -w 256 -h 256 $SVG -o 256x256/${file%.svg}.png"; done | sh
2017-01-05remove ancient code leftoversmonsta1-7/+0
once it was some easter egg, now it's just a non-working garbage
2011-12-01moving from https://github.com/perberos/mate-desktop-environmentPerberos1-0/+10