README: Update instructions

This commit is contained in:
Rafael Mardojai CM 2022-07-04 12:26:22 -05:00
parent 57a1e9427e
commit 5f7336756b
No known key found for this signature in database
GPG Key ID: 2B2DAB2A58566C84
1 changed files with 3 additions and 2 deletions

View File

@ -107,12 +107,14 @@ It will download the latest version of the theme and run the auto installation s
```sh ```sh
[[ -s userChrome.css ]] || echo >> userChrome.css [[ -s userChrome.css ]] || echo >> userChrome.css
[[ -s userContent.css ]] || echo >> userContent.css
``` ```
7. Import this theme at the beginning of the CSS files (all `@import`s must come before any existing `@namespace` declarations): 7. Import this theme at the beginning of the CSS files (all `@import`s must come before any existing `@namespace` declarations):
```sh ```sh
sed -i '1s/^/@import "firefox-gnome-theme\/userChrome.css";\n/' userChrome.css sed -i '1s/^/@import "firefox-gnome-theme\/userChrome.css";\n/' userChrome.css
sed -i '1s/^/@import "firefox-gnome-theme\/userContent.css";\n/' userContent.css
``` ```
8. Symlink preferences file: 8. Symlink preferences file:
@ -153,7 +155,6 @@ You can follow the installation script steps again to update the theme.
1. Go to your profile folder. (Go to `about:support` in Firefox > Application Basics > Profile Directory > Open Directory) 1. Go to your profile folder. (Go to `about:support` in Firefox > Application Basics > Profile Directory > Open Directory)
2. Remove `chrome` folder. 2. Remove `chrome` folder.
## Enabling optional features ## Enabling optional features
Optional features can be enabled by creating new `boolean` preferences in `about:config`. Optional features can be enabled by creating new `boolean` preferences in `about:config`.