update README

This commit is contained in:
Dia Pacifica 2024-10-01 14:35:59 -07:00
parent cf80007938
commit 1bc14de170

View file

@ -4,14 +4,17 @@ Customizations and tweaks for the Firefox web browser to improve appearance and
These customizations rely on the [CustomCSSforFx project](https://github.com/Aris-t2/CustomCSSforFx) These customizations rely on the [CustomCSSforFx project](https://github.com/Aris-t2/CustomCSSforFx)
To enable these customizations to work with Firefox the following key must be set to `true` in `about:config`: To enable these customizations to work with Firefox the following key must be set to **true** in `about:config`:
`toolkit.legacyUserProfileCustomizations.stylesheets` `toolkit.legacyUserProfileCustomizations.stylesheets`
```bash
Create a directory inside your Firefox user profile directory (you can obtain the location via `about:profiles` named `chrome` # create chrome directory inside your Firefox user profile directory
# obtain the location via `about:profiles`
mkdir chrome
cd into `chrome` and clone [CustomCSSforFx](https://github.com/Aris-t2/CustomCSSforFx) cd chrome
git clone https://github.com/Aris-t2/CustomCSSforFx.git
Then copy current/config current/css and current/image to cwd. cd CustomCSSforFx/current
cp config css image ../../
Add the files from this repository to use my settings. You can then edit userChrome.css and change any values you want. cd ../../
git clone https://git.ixlo.io/ixlo/firefox-customizations.git
```
You can then edit userChrome.css and change the values to customize Firefox the way you want.