From d05a717497b2b385de3a315bb80d8f19c943b35a Mon Sep 17 00:00:00 2001 From: vinceliuice Date: Fri, 25 Feb 2022 22:34:40 +0800 Subject: [PATCH] Update README.md --- src/other/firefox/README.md | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/src/other/firefox/README.md b/src/other/firefox/README.md index cecdbe5..dd0b047 100644 --- a/src/other/firefox/README.md +++ b/src/other/firefox/README.md @@ -21,6 +21,31 @@ Run `./tweaks.sh -f monterey` ![01](https://github.com/vinceliuice/WhiteSur-gtk-theme/blob/pictures/pictures/firefox-monterey.png?raw=true) +### Tips about monterey options (Fix the urlbar attached tabs issue) + +1. Remove all space separators on left of urlbar +2. Make sure how many buttons you put on side of urlbar an then run `./tweaks.sh -f monterey -e` + +``` +/*--------------Configure your Monterey theme-------------- + * ONLY for Monterey theme + * Enable one of these options and disable the other ones. + */ + +/* How many buttons on left headerbar */ +@import "Monterey/left_header_button_3.css"; /**/ +/*@import "Monterey/left_header_button_4.css"; /**/ +/*@import "Monterey/left_header_button_5.css"; /**/ + +/* How many buttons on right headerbar */ +@import "Monterey/right_header_button_3.css"; /**/ +/*@import "Monterey/right_header_button_4.css"; /**/ +/*@import "Monterey/right_header_button_5.css"; /**/ + +``` + +3. Choose the right buttons number config then remove '/*' to enable it and add '/*' to disbale the default one + ### Manual installation 1. Go to `about:support` in Firefox.