Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vinceliuice/Layan-gtk-theme
Layan-gtk-theme
https://github.com/vinceliuice/Layan-gtk-theme
Last synced: 3 months 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 (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-09-05T06:44:32.000Z (5 months ago)
- Last Synced: 2024-09-06T11:55:14.673Z (5 months ago)
- Language: CSS
- Size: 3.8 MB
- Stars: 540
- Watchers: 13
- Forks: 48
- Open Issues: 38
-
Metadata Files:
- Readme: README.md
- License: COPYING
- Authors: AUTHORS
Awesome Lists containing this project
- fucking-Awesome-Linux-Software - ![Open-Source Software - 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. (Applications / Desktop Customization)
- Awesome-Linux-Software - ![Open-Source Software - 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. (Applications / Desktop Customization)
README
## Layan-gtk-theme
![1](https://images.pling.com/img/00/00/32/24/44/1309214/7a86d212835c855e62ca9725c0031e6202ae.jpg)
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
```