newhoa / elementary-xfce

Elementary icons forked from upstream, extended and maintained for Xfce

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

elementary-xfce Icon theme

This is an icon-theme maintained with Xfce in mind, but it should work on other desktops like Gnome3 as well.

It is a fork of the upstream elementary project. The reason for forking was that the project decided to focus on its own desktop environment and dropped a ton of (ugly, but necessary) symlinks. This icon-theme is supposed to keep everything working, but gets updates from upstream occasionally.

We'd like to encourage you to not only consider contributing to this, but also to the original icon-set.

Installation

You can use the Makefile to install the theme locally (default prefix is /usr/local).

Build dependencies

  • optipng
  • GTK3

Installation for the current user only (without admin privileges)

./configure --prefix=$HOME/.local
make
make install
make icon-caches

Installation for all users

./configure
make
sudo make install
sudo make icon-caches

About

Elementary icons forked from upstream, extended and maintained for Xfce

License:GNU General Public License v2.0


Languages

Language:C 43.1%Language:Makefile 32.5%Language:Shell 24.3%