update
This commit is contained in:
parent
b69143cfa3
commit
ccc7fbb467
2 changed files with 11 additions and 2 deletions
11
README.md
11
README.md
|
@ -51,7 +51,8 @@ Usage: `./install.sh` **[OPTIONS...]**
|
|||
|-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!|
|
||||
|-r, --remove | Remove theme, this will remove all installed themes!|
|
||||
|-dialog, --dialog | Run terminal dialog, this will Run terminal dialog to install themes!|
|
||||
|--dialog | Run terminal dialog, this will Run terminal dialog to install themes!|
|
||||
|--nautilus-use-colors| Change the nautilus sidebar style to Mojave like |
|
||||
|-h, --help | Show this help|
|
||||
|
||||
### <p align="center" > 1. Change primary theme color </p>
|
||||
|
@ -93,6 +94,14 @@ then you can run: `for example`
|
|||
```
|
||||
![4](https://github.com/vinceliuice/WhiteSur-gtk-theme/blob/pictures/pictures/install-tip-04.png)
|
||||
|
||||
### <p align="center" > 5. Change nautilus sidebar style </p>
|
||||
If you want to use Mojave like sidebar style! (Default is Big Sur style)
|
||||
then you can run:
|
||||
```bash
|
||||
./install.sh --nautilus-use-colors
|
||||
```
|
||||
![5](https://github.com/vinceliuice/WhiteSur-gtk-theme/blob/pictures/pictures/install-tip-05.png)
|
||||
|
||||
### Fix For Flatpak apps
|
||||
Just run this:
|
||||
|
||||
|
|
|
@ -80,7 +80,7 @@ usage() {
|
|||
printf " %-25s%s\n" "-s, --size VARIANTS" "Change the nautilus sidebar width size [220|240|260|280] (Default: 200)"
|
||||
printf " %-25s%s\n" "-i, --icon VARIANTS" "Change gnome-shell activities icon [standard|normal|gnome|ubuntu|arch|manjaro|fedora|debian|void] (Default: standard)"
|
||||
printf " %-25s%s\n" "--dialog" "Run this shell on dialog window mode"
|
||||
printf " %-25s%s\n" "--nautilus-use-colors" "Change the nautilus style to Mojave like"
|
||||
printf " %-25s%s\n" "--nautilus-use-colors" "Change the nautilus sidebar style to Mojave like"
|
||||
printf " %-25s%s\n" "-h, --help" "Show this help"
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue