• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

elementary-xfce/H10-Jan-2021-924749

elementary-xfce-dark/H10-Jan-2021-510415

elementary-xfce-darker/H10-Jan-2021-511417

elementary-xfce-darkest/H10-Jan-2021-482393

svgtopng/H10-Jan-2021-187125

.gitignoreH A D10-Jan-202134 43

AUTHORSH A D10-Jan-20211.4 KiB3224

CONTRIBUTORSH A D10-Jan-2021471 1313

LICENSEH A D10-Jan-202117.7 KiB340281

Makefile.inH A D03-May-20222.3 KiB5948

README.mdH A D10-Jan-20212.4 KiB4836

configureH A D10-Jan-2021668 3025

pre-commitH A D10-Jan-2021560 199

README.md

1<div>
2    <img title="Mail icon" src="https://simon.shimmerproject.org/wp-content/uploads/2018/05/internet-mail.png" />
3    <img title="Desktop search icon" src="https://simon.shimmerproject.org/wp-content/uploads/2018/05/catfish.png" />
4    <img title="Web browser icon" src="https://simon.shimmerproject.org/wp-content/uploads/2018/05/web-browser.png" />
5    <img title="Photos icon" src="https://simon.shimmerproject.org/wp-content/uploads/2018/05/multimedia-photo-manager.png" />
6    <img title="Network error icon" src="https://simon.shimmerproject.org/wp-content/uploads/2018/05/network-error.png" />
7    <img title="Notification icon" src="https://simon.shimmerproject.org/wp-content/uploads/2018/05/xfce4-notifyd.png" />
8    <img title="Power Manager icon" src="https://simon.shimmerproject.org/wp-content/uploads/2018/05/preferences-system-power.png" />
9    <img title="Menu Editor icon" src="https://simon.shimmerproject.org/wp-content/uploads/2018/05/menulibre.png" />
10    <img title="Gmusicbrowser icon" src="https://simon.shimmerproject.org/wp-content/uploads/2018/05/gmusicbrowser.png" />
11    <img title="Parole Video player icon" src="https://simon.shimmerproject.org/wp-content/uploads/2018/05/parole.png" />
12    <img title="Libreoffice Writer icon" src="https://simon.shimmerproject.org/wp-content/uploads/2018/05/libreoffice-writer.png" />
13    <img title="Terminal icon" src="https://simon.shimmerproject.org/wp-content/uploads/2018/05/utilities-terminal.png" />
14 </div>
15
16# elementary-xfce Icon theme
17
18This is an icon-theme maintained with Xfce in mind, but it should work on other desktops like Gnome3 as well.
19
20It is a fork of the upstream [elementary project](http://elementary.io). 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.
21
22We'd like to encourage you to not only consider contributing to this, but also to the original icon-set.
23
24## Installation
25
26You can use the Makefile to install the theme locally (default prefix is /usr/local).
27
28### Build dependencies
29- optipng
30- GTK3
31
32### Installation for the current user only (without admin privileges)
33
34```
35./configure --prefix=$HOME/.local
36make
37make install
38make icon-caches
39```
40
41### Installation for all users
42
43```
44./configure
45make
46sudo make install
47sudo make icon-caches
48