All Projects → vinceliuice → Layan Gtk Theme

vinceliuice / Layan Gtk Theme

Licence: gpl-3.0
Layan-gtk-theme

Labels

Layan-gtk-theme

Layan is a flat Material Design theme for GTK 3, GTK 2 and Gnome-Shell which supports GTK 3 and GTK 2 based desktop environments like Gnome, Budgie, etc.

This theme is based on materia gtk theme of nana-4. Thanks nana-4 sincerely for his great job!

materia gtk theme: https://github.com/nana-4/materia-theme

Previews

1 2 3 4

Info

GTK+ 3.20 or later

GTK2 engines requirment

  • GTK2 engine Murrine 0.98.1.1 or later.
  • GTK2 pixbuf engine or the gtk(2)-engines package.

Fedora/RedHat distros:

dnf install gtk-murrine-engine gtk2-engines

Ubuntu/Mint/Debian distros:

sudo apt-get install gtk2-engines-murrine gtk2-engines-pixbuf

ArchLinux:

pacman -S gtk-engine-murrine gtk-engines

Other: Search for the engines in your distributions repository or install the engines from source.

Install Or Uninstall

Open the terminal at current directory.

Run

./install.sh

On Snapcraft

Get it from the Snap Store

You can install the theme from the Snap Store оr by running:

sudo snap install layan-themes

To connect the theme to an app run:

sudo snap connect [other snap]:gtk-3-themes layan-themes:gtk-3-themes

To connect the theme to all apps which have available plugs to gtk-common-themes you can run:

for i in $(snap connections | grep gtk-common-themes:gtk-3-themes | awk '{print $2}'); do sudo snap connect $i layan-themes:gtk-3-themes; done
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].