diff options
author | Max Christian Pohle | 2015-08-08 00:23:49 +0200 |
---|---|---|
committer | Max Christian Pohle | 2015-08-08 00:30:35 +0200 |
commit | 2b874f70c132f2da183f132c01ca9aa1ab8086e6 (patch) | |
tree | cd85b24083da557ec629e831ae9ca999a3d10ea9 /scalable/mimetypes/Makefile | |
parent | 5ac626a302b773d5d50a8a84e4de44f6dd0bb100 (diff) | |
download | icons-2b874f70c132f2da183f132c01ca9aa1ab8086e6.tar.bz2 icons-2b874f70c132f2da183f132c01ca9aa1ab8086e6.zip |
started with mime type icons and a Makefile for them
Diffstat (limited to 'scalable/mimetypes/Makefile')
-rw-r--r-- | scalable/mimetypes/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/scalable/mimetypes/Makefile b/scalable/mimetypes/Makefile new file mode 100644 index 0000000..2be3891 --- /dev/null +++ b/scalable/mimetypes/Makefile | |||
@@ -0,0 +1,3 @@ | |||
1 | all: | ||
2 | xargs -a /usr/share/mime/globs printf "%s\n" | ||
3 | convert text-x-generic.png -gravity center -pointsize 70 -stroke '#444' -strokewidth 2 -annotate -15 'kackshit' -fill '#ff0' -annotate -15 'kackshit' output.png | ||