From fb35883eca95d5f3094a7fddcfb357494383fbd8 Mon Sep 17 00:00:00 2001 From: vinceliuice Date: Mon, 29 Apr 2024 02:08:58 +0800 Subject: [PATCH] update --- README.md | 3 ++- install.sh | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 16c8a9cf..a06c0573 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,8 @@ Run the following commands in the terminal: -c, --color VARIANT... Specify color variant(s) [standard|light|dark] (Default: All variants) -s, --size VARIANT... Specify size variant [standard|compact] (Default: standard variant) --l, --libadwaita Link installed gtk-4.0 theme to config folder for all libadwaita app use this theme +-l, --libadwaita Install specify gtk-4.0 theme into config folder (~/.config/gtk-4.0) for all gtk4 apps use this theme + (Default ColorSchemes themes will follow the system style, [nord|dracula|gruvbox|everforest|black] not support this) -r, --remove, -u, --uninstall Uninstall/Remove installed themes or links diff --git a/install.sh b/install.sh index 31cfb0b9..fa3ff3be 100755 --- a/install.sh +++ b/install.sh @@ -63,7 +63,8 @@ OPTIONS: -s, --size VARIANT Specify size variant [standard|compact] (Default: standard variant) - -l, --libadwaita Link installed gtk-4.0 theme to config folder for all libadwaita app use this theme + -l, --libadwaita Install specify gtk-4.0 theme into config folder (~/.config/gtk-4.0) for all gtk4 apps use this theme + (Default ColorSchemes theme will follow the system style, nord|dracula|gruvbox|everforest|black not support this) -r, --remove, -u, --uninstall Uninstall/Remove installed themes or links