All Projects → shimmerproject → Greybird

shimmerproject / Greybird

Licence: other
Desktop Suite for Xfce

Labels

Projects that are alternatives of or similar to Greybird

Plainwhite Jekyll
A configurable portfolio-style jekyll theme for writers.
Stars: ✭ 308 (-6.38%)
Mutual labels:  scss
Grav Plugin Admin
Grav Admin Plugin
Stars: ✭ 316 (-3.95%)
Mutual labels:  scss
Devportfolio
A lightweight, customizable single-page personal portfolio website template built with JavaScript and Sass
Stars: ✭ 3,582 (+988.75%)
Mutual labels:  scss
Carbon
Elegant Bootstrap 4 Admin Template
Stars: ✭ 309 (-6.08%)
Mutual labels:  scss
Jekyll Theme Console
A jekyll theme inspired by linux consoles for hackers, developers and script kiddies.
Stars: ✭ 315 (-4.26%)
Mutual labels:  scss
Yo
Lightweight, easy-to-use, configurable, and extensible mobile front-end development framework.
Stars: ✭ 319 (-3.04%)
Mutual labels:  scss
Rsthemes
🔮 Full RStudio IDE and Syntax Themes
Stars: ✭ 307 (-6.69%)
Mutual labels:  scss
Centurion
Centurion is a web-based framework for rapid prototyping and building larger web projects.
Stars: ✭ 327 (-0.61%)
Mutual labels:  scss
Jekyll Klise
🏖 Klisé is a minimalist Jekyll theme for running a personal site or blog, light & dark mode support. (https://klise.now.sh)
Stars: ✭ 312 (-5.17%)
Mutual labels:  scss
Mpdf.github.io
mPDF documentation
Stars: ✭ 323 (-1.82%)
Mutual labels:  scss
Coreui Free React Admin Template
CoreUI React is a free React admin template based on Bootstrap 5
Stars: ✭ 3,573 (+986.02%)
Mutual labels:  scss
Devlopr Jekyll
Build and Deploy your Static Site 🚀 using this beautiful Jekyll Framework/Theme built for Creatives
Stars: ✭ 309 (-6.08%)
Mutual labels:  scss
Pidcodes.github.com
Website for pid.codes
Stars: ✭ 322 (-2.13%)
Mutual labels:  scss
Select2 Bootstrap4 Theme
Select2 v4 theme for Bootstrap4
Stars: ✭ 305 (-7.29%)
Mutual labels:  scss
Papercss
PaperCSS was originally made by @rhyneav to be something different than the typical mODerN STylEs and clean pages found in every other CSS framework. It was built with LESS and deployed on a single index.html page before being open sourced. It has since evolved; The CSS source has been rewritten in SCSS and the documentation is now built with Hugo (all thanks to some wonderful contributors). In addition to the original creator, it is maintained by @Fraham and @TotomInc.
Stars: ✭ 3,539 (+975.68%)
Mutual labels:  scss
Teutonic Css
A modern CSS framework — versatile, well documented.
Stars: ✭ 308 (-6.38%)
Mutual labels:  scss
Skeleventy
A skeleton boilerplate built with Eleventy.
Stars: ✭ 318 (-3.34%)
Mutual labels:  scss
Personal Site
My personal website - built with React, React-Router, React-Snap for Static-Export, and GitHub Pages.
Stars: ✭ 324 (-1.52%)
Mutual labels:  scss
Nes.css
NES-style CSS Framework | ファミコン風CSSフレームワーク
Stars: ✭ 17,912 (+5344.38%)
Mutual labels:  scss
Letra Extension
Passively learn a new language every time you open a new tab
Stars: ✭ 323 (-1.82%)
Mutual labels:  scss

Greybird

Desktop Suite for Xfce

URL: https://github.com/shimmerproject/Greybird

Copyright 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 support

Dependencies 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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].