From 2b874f70c132f2da183f132c01ca9aa1ab8086e6 Mon Sep 17 00:00:00 2001 From: Max Christian Pohle Date: Sat, 8 Aug 2015 00:23:49 +0200 Subject: started with mime type icons and a Makefile for them --- scalable/mimetypes/Makefile | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 scalable/mimetypes/Makefile (limited to 'scalable/mimetypes/Makefile') 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 @@ +all: + xargs -a /usr/share/mime/globs printf "%s\n" + convert text-x-generic.png -gravity center -pointsize 70 -stroke '#444' -strokewidth 2 -annotate -15 'kackshit' -fill '#ff0' -annotate -15 'kackshit' output.png -- cgit v1.2.3