aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax Christian Pohle2015-09-07 16:11:19 +0200
committerMax Christian Pohle2015-09-07 16:11:19 +0200
commita3c947dfffe39d66340c32ec90119a3bd20363a2 (patch)
tree01bbe1bbcaaaadf2182fb5e1332564d7c75e9a24
parent54796f2fdb65bcd5a9ad0804ea2237673f58c531 (diff)
downloadicons-a3c947dfffe39d66340c32ec90119a3bd20363a2.tar.bz2
icons-a3c947dfffe39d66340c32ec90119a3bd20363a2.zip
added install instructions
-rw-r--r--doc/readme.md24
-rw-r--r--index.theme4
2 files changed, 25 insertions, 3 deletions
diff --git a/doc/readme.md b/doc/readme.md
index 5036c0b..b4da9aa 100644
--- a/doc/readme.md
+++ b/doc/readme.md
@@ -1,6 +1,24 @@
1<h1>Pohle :: Icon theme</h1> 1<h1>CoderOnline :: Icon theme</h1>
2This icon theme follows freedesktops 2This icon theme follows freedesktops
3 <a href="http://standards.freedesktop.org/icon-naming-spec/latest/">Icon Naming Specification</a> 3 <a href="http://standards.freedesktop.org/icon-naming-spec/latest/">Icon Naming Specification</a>
4<br/>
5
6<h2>installation with git (recommend)</h2>
7<dl>
8 <dt>install</dt>
9 <dd><code>git clone http://git.entwicklerseite.de/icons ~/.local/share/icons/CoderOnline</code></dd>
10 <dt>update</dt>
11 <dd><code>cd ~/.local/share/icons/CoderOnline && git pull && cd -</code></dd>
12</dl>
13<br/>
14
15<h2>installation / zip file</h2>
16To use this theme <a href="http://git.entwicklerseite.de/icons/snapshot/icons-master.zip">download</a> the latest version and extract it to <code>~/.local/share/icons/</code>
17<br/>
18<br/>
19
20
21<h1>Preview</h1>
4 22
5 23
6<h2>places</h2> 24<h2>places</h2>
@@ -28,3 +46,7 @@ This icon theme follows freedesktops
28Mime type Icons can be dynamically generated for all file types. As a result 46Mime type Icons can be dynamically generated for all file types. As a result
29you gonna get hundreds of icons allowing you to easily distinguish between 47you gonna get hundreds of icons allowing you to easily distinguish between
30different file types. The generator uses templates, which you can see here: 48different file types. The generator uses templates, which you can see here:
49
50
51
52
diff --git a/index.theme b/index.theme
index 121849d..dddd355 100644
--- a/index.theme
+++ b/index.theme
@@ -1,6 +1,6 @@
1[Icon Theme] 1[Icon Theme]
2Name=Pohle 2Name=CoderOnline
3Comment=Fancy 3d Icons with corresponding blender files 3Comment=a high quality, multi platform 3d icon theme
4Example=user-desktop 4Example=user-desktop
5Inherits=Adwaita,hicolor 5Inherits=Adwaita,hicolor
6Directories=scalable/actions,scalable/emblems,scalable/apps,scalable/status,scalable/places,scalable/devices,scalable/categories,scalable/mimetypes 6Directories=scalable/actions,scalable/emblems,scalable/apps,scalable/status,scalable/places,scalable/devices,scalable/categories,scalable/mimetypes
..