From ccc7fbb467f7bdd9a39c5d1ec7030374b1ec46a8 Mon Sep 17 00:00:00 2001 From: vinceliuice Date: Sat, 23 Jan 2021 16:12:24 +0800 Subject: [PATCH] update --- README.md | 11 ++++++++++- install.sh | 2 +- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index bbcc7a0..08f0cf3 100644 --- a/README.md +++ b/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| ###

1. Change primary theme color

@@ -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) +###

5. Change nautilus sidebar style

+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: diff --git a/install.sh b/install.sh index 9830764..d594200 100755 --- a/install.sh +++ b/install.sh @@ -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" }