Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shimmerproject/Greybird
Desktop Suite for Xfce
https://github.com/shimmerproject/Greybird
Last synced: 2 months ago
JSON representation
Desktop Suite for Xfce
- Host: GitHub
- URL: https://github.com/shimmerproject/Greybird
- Owner: shimmerproject
- License: other
- Created: 2011-03-07T14:03:28.000Z (almost 14 years ago)
- Default Branch: master
- Last Pushed: 2024-06-17T17:46:03.000Z (7 months ago)
- Last Synced: 2024-08-03T01:39:16.914Z (6 months ago)
- Language: SCSS
- Homepage: https://shimmerproject.org
- Size: 3.48 MB
- Stars: 409
- Watchers: 28
- Forks: 74
- Open Issues: 47
-
Metadata Files:
- Readme: README.md
- License: LICENSE.CC
Awesome Lists containing this project
README
Greybird
=======
Desktop Suite for Xfce
----------------------
URL: https://github.com/shimmerproject/GreybirdCopyright 2009–2019 Simon Steinbeiß, Satyajit Sahoo, Pasi Lallinaho, Carson Black, Maurizio Galli
Greybird is dual-licensed as GPLv2 or later and CC-BY-SA 3.0 or later.
Greybird is the default theme in Xubuntu 11.04 onwards.
The Greybird desktop suite includes:
- Gtk+2 theme
- Gtk+3 theme
- Xfwm4 themes (normal and compact)
- xfce-notifyd theme (dark and bright)
- Emerald theme
- Metacity theme
- Mutter theme
- Gnome Shell theme
- Plank theme
- Unity supportDependencies for Gtk+2 support:
- gtk2-engines-murrine (>= 0.90)The Gtk+3 theme uses the builtin engine and consequently has no dependencies.
### Build dependencies ###
Debian or Ubuntu:`sudo apt install autoconf libgdk-pixbuf2.0-dev libglib2.0-bin librsvg2-dev meson ruby-sass sassc`
Fedora:
`dnf install gdk-pixbuf2-devel librsvg2-devel meson rubygem-sass`
openSUSE:
`zypper in fdupes gdk-pixbuf-devel gdk-pixbuf-loader-rsvg glib2-devel meson sassc`
### Build and Install ###
#### Local (User) Install ####
```
meson --prefix=$HOME/.local builddir
cd builddir
ninja
ninja install
ln -sf ~/.local/share/themes ~/.themes # Required for GTK2
```#### System Install ####
```
meson --prefix=/usr builddir
cd builddir
ninja
ninja install
```You don't need to use `sudo` anywhere in the build and install process, as Ninja will elevate with polkit when needed.