A fork of the Materia GTK theme.

By using this site, you agree to have cookies stored on your device, strictly for functional purposes, such as storing your session and preferences.

Dismiss

 README.md

View raw Download
text/plain • 113 B
ASCII text

Optimize PNG images using zopflipng:

find images/ -iname "*.png" -exec zopflipng -m -y '{}' '{}' \;
                
                    
1
Optimize PNG images using `zopflipng`:
2
3
```sh
4
find images/ -iname "*.png" -exec zopflipng -m -y '{}' '{}' \;
5
```
6