diff options
Diffstat (limited to 'share/icons/generate.sh')
| -rwxr-xr-x | share/icons/generate.sh | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/share/icons/generate.sh b/share/icons/generate.sh new file mode 100755 index 0000000..b2fadc0 --- /dev/null +++ b/share/icons/generate.sh @@ -0,0 +1,17 @@ +#!/bin/sh + +mkdir -p hicolor/16x16/apps +mkdir -p hicolor/24x24/apps +mkdir -p hicolor/32x32/apps +mkdir -p hicolor/48x48/apps +mkdir -p hicolor/64x64/apps +mkdir -p hicolor/96x96/apps +mkdir -p hicolor/128x128/apps + +convert -geometry 16x high_res.png hicolor/16x16/apps/specgram.png +convert -geometry 24x high_res.png hicolor/24x24/apps/specgram.png +convert -geometry 32x high_res.png hicolor/32x32/apps/specgram.png +convert -geometry 48x high_res.png hicolor/48x48/apps/specgram.png +convert -geometry 64x high_res.png hicolor/64x64/apps/specgram.png +convert -geometry 96x high_res.png hicolor/96x96/apps/specgram.png +convert -geometry 128x high_res.png hicolor/128x128/apps/specgram.png
\ No newline at end of file |
