From 788b4bfbbcb26a70f96ab97aef6d9bb8d270e0be Mon Sep 17 00:00:00 2001 From: Max Christian Pohle Date: Tue, 4 Aug 2015 13:18:02 +0200 Subject: added some default icons and updated Makefile: Should not be limited to the maximum command length of the shell any longer --- Makefile | 2 +- preview.png | Bin 333543 -> 360526 bytes scalable/actions/go-down.png | Bin 0 -> 47943 bytes scalable/actions/go-next.png | Bin 0 -> 53714 bytes scalable/actions/go-previous.png | Bin 0 -> 46330 bytes scalable/actions/go-up.png | Bin 0 -> 46159 bytes scalable/actions/system-shutdown.png | 1 + 7 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 scalable/actions/go-down.png create mode 100644 scalable/actions/go-next.png create mode 100644 scalable/actions/go-previous.png create mode 100644 scalable/actions/go-up.png create mode 120000 scalable/actions/system-shutdown.png diff --git a/Makefile b/Makefile index 20b274e..de20fdd 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ all: preview.png preview.png: - feh -m -y 96 -E 96 -s -p -b trans -O preview.png -- $(shell find "scalable/" -type f -name "*.png" -not -path ".git/*" | sort) + $(shell find "scalable/" -type f -name "*.png" -not -path ".git/*" | sort | feh -m -y 96 -E 96 -s -p -b trans -O preview.png -f-) clean: rm -f preview.png diff --git a/preview.png b/preview.png index 66e2cc2..414f5a6 100644 Binary files a/preview.png and b/preview.png differ diff --git a/scalable/actions/go-down.png b/scalable/actions/go-down.png new file mode 100644 index 0000000..4ce020f Binary files /dev/null and b/scalable/actions/go-down.png differ diff --git a/scalable/actions/go-next.png b/scalable/actions/go-next.png new file mode 100644 index 0000000..d4642ad Binary files /dev/null and b/scalable/actions/go-next.png differ diff --git a/scalable/actions/go-previous.png b/scalable/actions/go-previous.png new file mode 100644 index 0000000..397bdf2 Binary files /dev/null and b/scalable/actions/go-previous.png differ diff --git a/scalable/actions/go-up.png b/scalable/actions/go-up.png new file mode 100644 index 0000000..9d5b130 Binary files /dev/null and b/scalable/actions/go-up.png differ diff --git a/scalable/actions/system-shutdown.png b/scalable/actions/system-shutdown.png new file mode 120000 index 0000000..0ecb0b9 --- /dev/null +++ b/scalable/actions/system-shutdown.png @@ -0,0 +1 @@ +application-exit.png \ No newline at end of file -- cgit v1.2.3