• Stars
    star
    274
  • Rank 150,274 (Top 3 %)
  • Language
    C
  • License
    GNU General Publi...
  • Created almost 13 years ago
  • Updated about 2 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Elementary icons forked from upstream, extended and maintained for Xfce

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