diff options
author | Max Christian Pohle | 2015-08-04 13:18:02 +0200 |
---|---|---|
committer | Max Christian Pohle | 2015-08-04 13:18:02 +0200 |
commit | 788b4bfbbcb26a70f96ab97aef6d9bb8d270e0be (patch) | |
tree | 1a20ac30af26064736d9e7ffea775960abb8f6f4 | |
parent | 277668a2dec50bc499480a19b991d6bcce8dad53 (diff) | |
download | icons-788b4bfbbcb26a70f96ab97aef6d9bb8d270e0be.tar.bz2 icons-788b4bfbbcb26a70f96ab97aef6d9bb8d270e0be.zip |
added some default icons and updated Makefile: Should not be limited to
the maximum command length of the shell any longer
-rw-r--r-- | Makefile | 2 | ||||
-rw-r--r-- | preview.png | bin | 333543 -> 360526 bytes | |||
-rw-r--r-- | scalable/actions/go-down.png | bin | 0 -> 47943 bytes | |||
-rw-r--r-- | scalable/actions/go-next.png | bin | 0 -> 53714 bytes | |||
-rw-r--r-- | scalable/actions/go-previous.png | bin | 0 -> 46330 bytes | |||
-rw-r--r-- | scalable/actions/go-up.png | bin | 0 -> 46159 bytes | |||
l--------- | scalable/actions/system-shutdown.png | 1 |
7 files changed, 2 insertions, 1 deletions
@@ -1,7 +1,7 @@ | |||
1 | all: preview.png | 1 | all: preview.png |
2 | 2 | ||
3 | preview.png: | 3 | preview.png: |
4 | feh -m -y 96 -E 96 -s -p -b trans -O preview.png -- $(shell find "scalable/" -type f -name "*.png" -not -path ".git/*" | sort) | 4 | $(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-) |
5 | 5 | ||
6 | clean: | 6 | clean: |
7 | rm -f preview.png | 7 | rm -f preview.png |
diff --git a/preview.png b/preview.png index 66e2cc2..414f5a6 100644 --- a/preview.png +++ b/preview.png | |||
Binary files differ | |||
diff --git a/scalable/actions/go-down.png b/scalable/actions/go-down.png new file mode 100644 index 0000000..4ce020f --- /dev/null +++ b/scalable/actions/go-down.png | |||
Binary files differ | |||
diff --git a/scalable/actions/go-next.png b/scalable/actions/go-next.png new file mode 100644 index 0000000..d4642ad --- /dev/null +++ b/scalable/actions/go-next.png | |||
Binary files differ | |||
diff --git a/scalable/actions/go-previous.png b/scalable/actions/go-previous.png new file mode 100644 index 0000000..397bdf2 --- /dev/null +++ b/scalable/actions/go-previous.png | |||
Binary files differ | |||
diff --git a/scalable/actions/go-up.png b/scalable/actions/go-up.png new file mode 100644 index 0000000..9d5b130 --- /dev/null +++ b/scalable/actions/go-up.png | |||
Binary files 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 | |||