Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/horst3180/arc-icon-theme
https://github.com/horst3180/arc-icon-theme
Last synced: 2 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/horst3180/arc-icon-theme
- Owner: horst3180
- License: gpl-3.0
- Created: 2016-06-05T13:34:57.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-09-07T23:07:55.000Z (about 6 years ago)
- Last Synced: 2024-10-28T16:12:03.981Z (14 days ago)
- Language: Shell
- Size: 4.61 MB
- Stars: 1,104
- Watchers: 62
- Forks: 91
- Open Issues: 43
-
Metadata Files:
- Readme: README.md
- License: COPYING
Awesome Lists containing this project
- stars - horst3180/arc-icon-theme
README
# Arc Icon Theme
**Note:** This is still unfinished. It may not work as expected in some cases.
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 [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 themeFor example, if you like the Faenza icon theme, change
[Icon Theme]
Name=Arc
Inherits=Moka,Adwaita,gnome,hicolor
Comment=Arc Icon themeto
[Icon Theme]
Name=Arc
Inherits=Faenza,Adwaita,gnome,hicolor
Comment=Arc Icon theme### Installation
Installation via autotools:
git clone https://github.com/horst3180/arc-icon-theme --depth 1 && cd arc-icon-theme
./autogen.sh --prefix=/usr
sudo make installAlternatively 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
### Preview
![Preview](https://i.imgur.com/yCO1aeP.png)License: GPLv3