From 8554cc81ae57daed4a975d3d864b995fd0e162ac Mon Sep 17 00:00:00 2001 From: Max Christian Pohle Date: Mon, 7 Sep 2015 00:12:54 +0200 Subject: ported icon theme preview from feh to imagemagicks montage --- Makefile | 3 ++- doc/img/actions.jpg | Bin 0 -> 50930 bytes doc/img/apps.jpg | Bin 0 -> 55962 bytes doc/img/categories.jpg | Bin 0 -> 12688 bytes doc/img/devices.jpg | Bin 0 -> 29607 bytes doc/img/emblems.jpg | Bin 0 -> 15551 bytes doc/img/places.jpg | Bin 0 -> 32747 bytes doc/img/status.jpg | Bin 0 -> 24971 bytes doc/readme.md | 22 ++++++++++++++++++++++ 9 files changed, 24 insertions(+), 1 deletion(-) create mode 100644 doc/img/actions.jpg create mode 100644 doc/img/apps.jpg create mode 100644 doc/img/categories.jpg create mode 100644 doc/img/devices.jpg create mode 100644 doc/img/emblems.jpg create mode 100644 doc/img/places.jpg create mode 100644 doc/img/status.jpg create mode 100644 doc/readme.md diff --git a/Makefile b/Makefile index a55858e..ac4cf99 100644 --- a/Makefile +++ b/Makefile @@ -4,7 +4,8 @@ all: clean generate: preview.png versions update-cache preview.png: - $(shell find "scalable/" -type f -name "*.png" -not -path ".git/*" -not -path 'scalable/animations/*' -not -path 'scalable/mimetypes/*' | sort | feh -m -y 96 -E 96 -s -p -b trans -O preview.png -f-) + #$(shell find "scalable/" -type f -name "*.png" -not -path ".git/*" -not -path 'scalable/animations/*' -not -path 'scalable/mimetypes/*' | sort | feh -m -y 96 -E 96 -s -p -b trans -O preview.png -f-) + $(shell for path in $(ls -d scalable/*/); do montage -label '\n%t' $(find $path -type f) -tile 5 -background white -geometry 96x96+24+24 doc/img/$(echo $path | cut -d "/" -f2).jpg; done) preview_mimetypes.png: $(shell find "scalable/mimetypes" -type f -name "*.png" | sort | feh -m -y 256 -E 256 -W 8192 -s -p -b trans -O preview_mimetypes.png -f-) diff --git a/doc/img/actions.jpg b/doc/img/actions.jpg new file mode 100644 index 0000000..9aec71f Binary files /dev/null and b/doc/img/actions.jpg differ diff --git a/doc/img/apps.jpg b/doc/img/apps.jpg new file mode 100644 index 0000000..1c57a3c Binary files /dev/null and b/doc/img/apps.jpg differ diff --git a/doc/img/categories.jpg b/doc/img/categories.jpg new file mode 100644 index 0000000..51dd56a Binary files /dev/null and b/doc/img/categories.jpg differ diff --git a/doc/img/devices.jpg b/doc/img/devices.jpg new file mode 100644 index 0000000..8c845db Binary files /dev/null and b/doc/img/devices.jpg differ diff --git a/doc/img/emblems.jpg b/doc/img/emblems.jpg new file mode 100644 index 0000000..f0d4673 Binary files /dev/null and b/doc/img/emblems.jpg differ diff --git a/doc/img/places.jpg b/doc/img/places.jpg new file mode 100644 index 0000000..76f6946 Binary files /dev/null and b/doc/img/places.jpg differ diff --git a/doc/img/status.jpg b/doc/img/status.jpg new file mode 100644 index 0000000..b752b6f Binary files /dev/null and b/doc/img/status.jpg differ diff --git a/doc/readme.md b/doc/readme.md new file mode 100644 index 0000000..e43f93b --- /dev/null +++ b/doc/readme.md @@ -0,0 +1,22 @@ +

Icon theme

+ +

places

+ + +

devices

+ + +

actions

+ + +

status

+ + +

emblems

+ + +

categories

+ + +

apps

+ -- cgit v1.2.3