1
0
mirror of https://github.com/horst3180/arc-icon-theme synced 2024-10-27 19:34:01 +00:00
Go to file
Christer Jensen 1922bf0525 Improve render script performance
The script no longer creates a new inkscape process for every
png export. Instead a single inkscape process is created for each
svg-file and export commands are simply fed to it. This allows for
using multiple CPU-cores and avoids the cost of constantly starting
up inkscape.

The script no longer renders out the entire icon set each time it's
run, instead it updates only icons which have been changed since
the last time the script finished running. This also means if the
script is interrupted while rendering, any svg-files what was
finished will not render out again saving time.
2017-08-31 00:44:22 +02:00
Arc tweak pane-hide,show-symobic 2016-11-22 22:23:00 +01:00
src Improve render script performance 2017-08-31 00:44:22 +02:00
.gitignore Improve render script performance 2017-08-31 00:44:22 +02:00
autogen.sh initial commit 2016-06-05 15:35:46 +02:00
configure.ac bump version 2016-11-22 22:23:00 +01:00
COPYING initial commit 2016-06-05 15:35:46 +02:00
CREDITS initial commit 2016-06-05 15:35:46 +02:00
Makefile.am initial commit 2016-06-05 15:35:46 +02:00
README.md Add preview 2016-06-06 20:55:30 +02:00

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 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/horst3180/arc-icon-theme --depth 1 && cd arc-icon-theme
./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

Preview

Preview

License: GPLv3