From 360d4a0c95c2289afa605f1a76fa95a489d8ccf2 Mon Sep 17 00:00:00 2001 From: vinceliuice Date: Thu, 19 Sep 2024 23:31:45 +0800 Subject: [PATCH] update --- README.md | 2 +- tweaks.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 36196a27..957a3135 100644 --- a/README.md +++ b/README.md @@ -267,7 +267,7 @@ Usage: `./tweaks.sh [OPTIONS...]` 4. adaptive Adaptive color version You need install adaptive-tab-bar-colour plugin first https://addons.mozilla.org/firefox/addon/adaptive-tab-bar-colour/ - -e, --edit-firefox [default|monterey|alt|adaptive] + -e, --edit-firefox [(monterey/flat)|alt|adaptive] Edit 'WhiteSur' theme for Firefox settings and also connect the theme to the current Firefox profiles. -F, --flatpak Support options: [-o, -c, -t...] diff --git a/tweaks.sh b/tweaks.sh index 1d0cda97..d252f326 100755 --- a/tweaks.sh +++ b/tweaks.sh @@ -50,7 +50,7 @@ usage() { sec_helpify "3. alt" " Alt windows button version" "" " Alt window button style like gtk theme" sec_helpify "4. adaptive" " Adaptive color version" " You need install adaptive-tab-bar-colour plugin first" " https://addons.mozilla.org/firefox/addon/adaptive-tab-bar-colour/" - helpify "-e, --edit-firefox" "[default|monterey|alt|adaptive]" " Edit '${THEME_NAME}' theme for Firefox settings and also connect the theme to the current Firefox profiles" "" + helpify "-e, --edit-firefox" "[(monterey/flat)|alt|adaptive]" " Edit '${THEME_NAME}' theme for Firefox settings and also connect the theme to the current Firefox profiles" "" helpify "-F, --flatpak" "Support options: [-o, -c, -t...]" " Connect '${THEME_NAME}' theme to Flatpak" "Without options will only install default themes"