https://github.com/vinceliuice/Layan-gtk-theme
Layan-gtk-theme
https://github.com/vinceliuice/Layan-gtk-theme
Last synced: 22 days ago
JSON representation
Layan-gtk-theme
- Host: GitHub
- URL: https://github.com/vinceliuice/Layan-gtk-theme
- Owner: vinceliuice
- License: gpl-3.0
- Created: 2019-06-10T11:31:33.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2025-03-17T11:11:45.000Z (29 days ago)
- Last Synced: 2025-03-17T12:27:11.120Z (29 days ago)
- Language: CSS
- Size: 4.16 MB
- Stars: 569
- Watchers: 13
- Forks: 48
- Open Issues: 39
-
Metadata Files:
- Readme: README.md
- License: COPYING
- Authors: AUTHORS
Awesome Lists containing this project
- fucking-Awesome-Linux-Software - 
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.
## 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
Run the following commands in the terminal:
```sh
./install.sh
```Usage: `./install.sh` **[OPTIONS...]**
```
-d, --dest DIR Specify destination directory (Default: $HOME/.themes)
-n, --name NAME Specify theme name (Default: Layan)
-c, --color VARIANT Specify color variant(s) [standard|light|dark] (Default: All variants)-l, --libadwaita Link installed gtk-4.0 theme to config folder for all libadwaita app use this theme
-r, --remove,
-u, --uninstall Uninstall/Remove installed themes-h, --help Show help
```For example: install all themes
```sh
./install.sh -t all -s all
```