WhiteSur-gtk-theme/README.md

128 lines
4.8 KiB
Markdown
Raw Normal View History

2020-07-14 18:35:03 +02:00
<img src="https://github.com/vinceliuice/Sierra-gtk-theme/blob/imgs/logo.png" alt="Logo" align="right" /> WhiteSur Gtk Theme
======
WhiteSur is a MacOS Big Sur like theme for GTK 3, GTK 2 and Gnome-Shell which supports GTK 3 and GTK 2 based desktop environments like Gnome, Pantheon, XFCE, Mate, etc.
2020-12-26 11:11:31 +01:00
## Requirements
### GTK2 Murrine engine requirement.
2020-07-14 18:35:03 +02:00
2020-12-26 11:08:19 +01:00
- gtk-murrine-engine `Fedora/RedHat`
- gtk2-engines-murrine `Ubuntu/Mint/Debian`
- gtk-engine-murrine `Arch/Manjaro`
2020-07-14 18:35:03 +02:00
2020-12-26 11:11:31 +01:00
### GTK2 pixbuf engine requirement.
2020-07-14 18:35:03 +02:00
2020-12-26 11:08:19 +01:00
- gtk2-engines `Fedora/RedHat`
- gtk2-engines-pixbuf `Ubuntu/Mint/Debian`
- gtk-engines `Arch/Manjaro`
2020-07-14 18:35:03 +02:00
### Installation Depends requirement
2020-07-14 18:35:03 +02:00
2020-12-26 11:08:19 +01:00
- sassc
- optipng
- inkscape
- dialog
- libglib2.0-dev-bin `ubuntu 20.04`
- libglib2.0-dev `ubuntu 18.04` `debian 10.03` `linux mint 19`
- libxml2-utils `ubuntu 18.04` `debian 10.03` `linux mint 19`
- glib2-devel `Fedora` `Redhat`
2020-07-14 18:35:03 +02:00
## Installation
### From source
After all the dependencies are installed, you can Run
2020-07-14 18:35:03 +02:00
./install.sh
#### Install tips
Usage: `./Install` **[OPTIONS...]**
| OPTIONS: | |
|:--------------------|:-------------|
|-d, --dest | Specify theme destination directory (Default: $HOME/.themes)|
|-n, --name | Specify theme name (Default: WhiteSur)|
|-c, --color | Specify theme color variant(s) **[light/dark]** (Default: All variants)|
|-o, --opacity | Specify theme opacity variant(s) **[standard/solid]** (Default: All variants)|
|-a, --alt | Specify titlebutton variant(s) **[standard/alt]** (Default: All variants)|
|-t, --theme | Run a terminal dialog to change the theme accent color (Default: blue)|
|-p, --panel | Run a terminal dialog to change the panel transparency (Default: 85%)|
|-s, --size | Run a terminal dialog to change the nautilus sidebar width size (Default: 200px)|
2020-07-14 18:35:03 +02:00
|-i, --icon | activities icon variant(s) **[standard/normal/gnome/ubuntu/arch/manjaro/fedora/debian/void]** (Default: standard variant)|
|-g, --gdm | Install GDM theme, you should run this with sudo!|
2020-12-07 07:44:28 +01:00
|-r, --remove | remove theme, this will remove all installed themes!|
2020-07-14 18:35:03 +02:00
|-h, --help | Show this help|
2020-12-26 10:50:59 +01:00
##### 1. Change theme accent color
If you want to change theme accent! (Default color is blue)
2020-12-26 11:08:19 +01:00
then you can run: ( `dialog` is required, install it first! )
2020-12-26 10:50:59 +01:00
./install.sh -t
![1](pictures/install-tip-01.png)
##### 2. Install GDM theme
If you want to install GDM theme!
2020-12-23 08:30:08 +01:00
then you can run:
2020-07-31 11:33:11 +02:00
2020-12-26 11:08:19 +01:00
./install.sh -g (install default dark version)
2020-07-31 11:33:11 +02:00
2020-12-26 11:08:19 +01:00
./install.sh -g -c light (install light version)
2020-08-18 15:44:43 +02:00
2020-12-26 11:08:19 +01:00
./install.sh -g -r (remove installed GDM theme)
2020-12-26 10:50:59 +01:00
![2](pictures/install-tip-02.png)
##### 3. Change nautilus sidebar width size
If you want to change nautilus sidebar width size! (Default size is 180px)
(Nautilus cannot change the structure of the sidebar, so I added a picture as a background to achieve the effect of bigsur)
2020-12-26 11:08:19 +01:00
then you can run: ( `dialog` is required, install it first! )
2020-12-26 10:50:59 +01:00
./install.sh -s
2020-08-18 15:44:43 +02:00
2020-12-26 10:50:59 +01:00
![3](pictures/install-tip-03.png)
2020-12-07 07:44:28 +01:00
2020-12-26 10:50:59 +01:00
##### 4. Change gnome-shell activities icon
If you want to change gnome-shell activities icon! (Default icon is Apple)
then you can run: (For example: Install Manjaro icon)
2020-12-07 07:44:28 +01:00
2020-12-26 10:50:59 +01:00
./install.sh -i manjaro
2020-12-07 07:44:28 +01:00
2020-12-26 10:50:59 +01:00
![4](pictures/install-tip-04.png)
2020-12-07 07:44:28 +01:00
### On Snapcraft
<a href="https://snapcraft.io/whitesur-gtk-theme">
<img alt="Get it from the Snap Store" src="https://snapcraft.io/static/images/badges/en/snap-store-black.svg" />
</a>
You can install the theme from the Snap Store оr by running:
```
sudo snap install whitesur-gtk-theme
```
To connect the theme to an app run:
```
sudo snap connect [other snap]:gtk-3-themes whitesur-gtk-theme:gtk-3-themes
```
```
sudo snap connect [other snap]:icon-themes whitesur-gtk-theme:icon-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 whitesur-gtk-theme:gtk-3-themes; done
```
2020-07-31 11:36:44 +02:00
### Suggested themes
2020-07-31 11:51:35 +02:00
| Suggested themes | links | preview |
|:--------------------|:-------------|:-------------|
2020-07-31 11:54:56 +02:00
| Kde theme | [WhiteSur-kde](https://github.com/vinceliuice/WhiteSur-kde)| ![kde](pictures/whitesur-kde-theme.png) |
| Icon theme | [WhiteSur-icon](https://github.com/vinceliuice/WhiteSur-icon-theme)| ![icon](pictures/whitesur-icon-theme.png) |
2020-07-31 11:51:35 +02:00
| Wallpaper | [WhiteSur wallpaper](https://github.com/vinceliuice/WhiteSur-kde/tree/master/wallpaper)| ![wallpaper](pictures/whitesur-wallpaper.png) |
2020-07-31 12:12:00 +02:00
| Firefox theme | [WhiteSur firefox theme](src/other/firefox)| ![firefox](pictures/firefox-theme.png) |
2020-12-18 12:09:45 +01:00
| Dash to Dock theme | [WhiteSur dash-to-dock theme](src/other/dash-to-dock)| ![firefox](pictures/dash-to-dock.png) |
2020-07-14 18:35:03 +02:00
2020-07-31 12:09:21 +02:00
## Theme Preview
2020-07-31 11:51:35 +02:00
![gtk](pictures/preview-gtk.png)