aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile2
-rw-r--r--preview.pngbin333543 -> 360526 bytes
-rw-r--r--scalable/actions/go-down.pngbin0 -> 47943 bytes
-rw-r--r--scalable/actions/go-next.pngbin0 -> 53714 bytes
-rw-r--r--scalable/actions/go-previous.pngbin0 -> 46330 bytes
-rw-r--r--scalable/actions/go-up.pngbin0 -> 46159 bytes
l---------scalable/actions/system-shutdown.png1
7 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 20b274e..de20fdd 100644
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,7 @@
1all: preview.png 1all: preview.png
2 2
3preview.png: 3preview.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
6clean: 6clean:
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
..