Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2020-03-26 | Add 96x96 icons | rbuj | 1 | -1/+1 | |
2020-03-26 | Add 64x64 icons | rbuj | 1 | -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-26 | Add 256x256 icons | rbuj | 1 | -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-05 | remove ancient code leftovers | monsta | 1 | -7/+0 | |
once it was some easter egg, now it's just a non-working garbage | |||||
2011-12-01 | moving from https://github.com/perberos/mate-desktop-environment | Perberos | 1 | -0/+10 | |