diff options
| author | Max Christian Pohle | 2015-08-06 12:50:41 +0200 |
|---|---|---|
| committer | Max Christian Pohle | 2015-08-06 12:50:41 +0200 |
| commit | f4834911d9f56b73c690ac4207c8a53ce54a9272 (patch) | |
| tree | 1bfcb9cc70880c340f0696ca0eece53bba1aa248 | |
| parent | 343f61e40ca0a2a96f791081a1767bba85e18f76 (diff) | |
| download | icons-f4834911d9f56b73c690ac4207c8a53ce54a9272.tar.bz2 icons-f4834911d9f56b73c690ac4207c8a53ce54a9272.zip | |
added Makefile command to update the gtk cache
| -rw-r--r-- | Makefile | 3 | ||||
| -rw-r--r-- | preview.png | bin | 373628 -> 373980 bytes | |||
| -rw-r--r-- | scalable/actions/edit-find-replace.png | bin | 56600 -> 179404 bytes | |||
| -rw-r--r--[-rwxr-xr-x] | scalable/actions/edit-find.png | bin | 49004 -> 58779 bytes | |||
| -rw-r--r-- | scalable/mimetypes/mime_text_plain.icon | 4 | ||||
| -rw-r--r-- | scalable/mimetypes/text-x-generic.icon | 6 | ||||
| -rw-r--r-- | scalable/places/folder.png | bin | 35412 -> 33712 bytes |
7 files changed, 10 insertions, 3 deletions
| @@ -3,5 +3,8 @@ all: preview.png | |||
| 3 | preview.png: | 3 | preview.png: |
| 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-) | 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 | update: | ||
| 7 | gtk-update-icon-cache `pwd` | ||
| 8 | |||
| 6 | clean: | 9 | clean: |
| 7 | rm -f preview.png | 10 | rm -f preview.png |
diff --git a/preview.png b/preview.png index a08e5ee..3b04d07 100644 --- a/preview.png +++ b/preview.png | |||
| Binary files differ | |||
diff --git a/scalable/actions/edit-find-replace.png b/scalable/actions/edit-find-replace.png index 8459c49..8f30fd8 100644 --- a/scalable/actions/edit-find-replace.png +++ b/scalable/actions/edit-find-replace.png | |||
| Binary files differ | |||
diff --git a/scalable/actions/edit-find.png b/scalable/actions/edit-find.png index f700451..8ef32e1 100755..100644 --- a/scalable/actions/edit-find.png +++ b/scalable/actions/edit-find.png | |||
| Binary files differ | |||
diff --git a/scalable/mimetypes/mime_text_plain.icon b/scalable/mimetypes/mime_text_plain.icon new file mode 100644 index 0000000..6068181 --- /dev/null +++ b/scalable/mimetypes/mime_text_plain.icon | |||
| @@ -0,0 +1,4 @@ | |||
| 1 | [Icon Data] | ||
| 2 | DisplayName=Mime text/plain | ||
| 3 | EmbeddedTextRectangle=8,8,40,40 | ||
| 4 | AttachPoints=20,20|40,40|50,10|10,50 | ||
diff --git a/scalable/mimetypes/text-x-generic.icon b/scalable/mimetypes/text-x-generic.icon index dd77311..a523ec8 100644 --- a/scalable/mimetypes/text-x-generic.icon +++ b/scalable/mimetypes/text-x-generic.icon | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | [Icon Data] | 1 | [Icon Data] |
| 2 | DisplayName=Mime text/plain | 2 | DisplayName=Mime text/generic |
| 3 | EmbeddedTextRectangle=100,100,900,900 | 3 | EmbeddedTextRectangle=8,8,40,40 |
| 4 | AttachPoints=200,200|800,200|500,500|200,800|800,800 | 4 | AttachPoints=20,20|40,40|50,10|10,50 |
diff --git a/scalable/places/folder.png b/scalable/places/folder.png index 75df3c9..46fe8c5 100644 --- a/scalable/places/folder.png +++ b/scalable/places/folder.png | |||
| Binary files differ | |||
