1
0
mirror of https://github.com/horst3180/arc-icon-theme synced 2024-10-27 18:44:02 +00:00
horst3180_arc-icon-theme/README.md

36 lines
1.0 KiB
Markdown
Raw Normal View History

2017-06-20 16:32:42 +00:00
# Elementary Arc
2016-06-05 13:35:46 +00:00
2017-06-20 16:01:03 +00:00
**Note:** This is still a beta fork from an unfinished work.
2016-06-05 13:35:46 +00:00
2017-06-21 21:42:47 +00:00
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.
2016-06-05 13:35:46 +00:00
### Requirements
This theme doesn't provide application icons, it needs another icon theme to inherit them.
2017-06-21 21:42:47 +00:00
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.
2016-06-05 13:35:46 +00:00
### Installation
Installation via autotools:
2017-06-21 21:42:47 +00:00
git clone https://github.com/maeslor/ElementaryArc --depth 1 && cd ElementaryArc
2016-06-05 13:35:46 +00:00
./autogen.sh --prefix=/usr
sudo make install
Alternatively you may copy the `Arc` folder to `~/.icons` or to `/usr/share/icons` for system-wide use.
### Uninstall
Run
sudo make uninstall
from the same directory as this README resides in, or
sudo rm -rf /usr/share/icons/Arc
2016-06-06 18:55:30 +00:00
### Preview
![Preview](https://i.imgur.com/yCO1aeP.png)
2016-06-05 13:35:46 +00:00
License: GPLv3