From b57d2ca0de36ce0f18dcc3f4efa424167521af6b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Guimar=C3=A3es=20Mello?= Date: Thu, 22 Jun 2017 14:25:58 -0300 Subject: [PATCH] Update README.md --- README.md | 25 ++++++++++++++++++++----- 1 file changed, 20 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 52e48d7..17a7141 100644 --- a/README.md +++ b/README.md @@ -1,19 +1,34 @@ -# Elementary Arc +# Arc Icon Theme -**Note:** This is still a beta fork from an unfinished work. +**Note:** This is still unfinished. It may not work as expected in some cases. -At the moment this icon theme mainly includes icons for folders and mimetypes. I aim to include icons from elementary-xfce and elementary-plus icons. +At the moment this theme mainly includes icons for folders and mimetypes. ### Requirements This theme doesn't provide application icons, it needs another icon theme to inherit them. -By default this theme will look for the [elementary Xfce icon theme](https://github.com/shimmerproject/elementary-xfce) to get the missing icons. If elementary Xfce is not installed it will use the Gnome icon theme as fallback. +By default this theme will look for the [Moka icon theme](https://snwh.org/moka) to get the missing icons. If Moka is not installed it will use the Gnome icon theme as fallback. +To change the application icons, edit `Arc/index.theme` and replace `Moka` with the name of your preferred icon theme + +For example, if you like the Faenza icon theme, change + + [Icon Theme] + Name=Arc + Inherits=Moka,Adwaita,gnome,hicolor + Comment=Arc Icon theme + +to + + [Icon Theme] + Name=Arc + Inherits=Faenza,Adwaita,gnome,hicolor + Comment=Arc Icon theme ### Installation Installation via autotools: - git clone https://github.com/maeslor/ElementaryArc --depth 1 && cd ElementaryArc + git clone https://github.com/horst3180/arc-icon-theme --depth 1 && cd arc-icon-theme ./autogen.sh --prefix=/usr sudo make install