Update README

This commit is contained in:
Rafael Mardojai CM 2020-09-29 20:06:53 -05:00
parent 10ba594ec4
commit 542db1b10f
1 changed files with 17 additions and 21 deletions

View File

@ -116,39 +116,35 @@ Optional features can be enabled by crating new `boolean` preferences in `about:
### Features ### Features
#### Hide single tab - **Hide single tab** `gnomeTheme.hideSingleTab`
`gnomeTheme.hideSingleTab`
Hide the tab bar when only one tab is open. Hide the tab bar when only one tab is open.
> You should move the new tab button somewhere else for this to work, because by default it is on the tab bar too. > **Note:** You should move the new tab button somewhere else for this to work, because by default it is on the tab bar too.
#### Normal width tabs - **Normal width tabs** `gnomeTheme.normalWidthTabs`
`gnomeTheme.normalWidthTabs`
Use normal width tabs as default Firefox. Use normal width tabs as default Firefox.
#### Active tab contrast - **Active tab contrast** `gnomeTheme.activeTabContrast`
`gnomeTheme.activeTabContrast`
Add more contrast to the active tab. Add more contrast to the active tab.
#### System icons - **System icons** `gnomeTheme.systemIcons`
`gnomeTheme.systemIcons`
Use system theme icons instead of Adwaita icons included by theme. Use system theme icons instead of Adwaita icons included by theme.
#### Drag window from headerbar buttons [BUGGED] - **Symbolic tab icons** `gnomeTheme.symbolicTabIcons`
`gnomeTheme.dragWindowHeaderbarButtons`
Allow draging the window from headerbar buttons. Make all tab icons look kinda like symbolic icons.
> **Note:** It can activate button action, with unpleasant behavior. > **Note** This feature has a [known color bug](#icons-color-broken-with-system-icons).
#### Symbolic tab icons - **Drag window from headerbar buttons** `gnomeTheme.dragWindowHeaderbarButtons`
`gnomeTheme.symbolicTabIcons`
Make all tab icons look kinda like symbolic icons. Allow draging the window from headerbar buttons.
> **Note:** This feature is BUGGED. It can activate the button with unpleasant behavior.
## Known bugs ## Known bugs
@ -166,7 +162,7 @@ See upstream [bug](https://bugzilla.mozilla.org/show_bug.cgi?id=1408360).
3. Set it as a `boolean` and click on the add button 3. Set it as a `boolean` and click on the add button
4. Now restart Firefox, and it should look good! 4. Now restart Firefox, and it should look good!
### Icons color broken with system-icons.css ### Icons color broken with System icons
Icons might appear black where they should be white on some systems. I have no idea why, but you can adjust them directly in the `system-icons.css` file, look for `--gnome-icons-hack-filter` & `--gnome-window-icons-hack-filter` vars and play with css filters. Icons might appear black where they should be white on some systems. I have no idea why, but you can adjust them directly in the `system-icons.css` file, look for `--gnome-icons-hack-filter` & `--gnome-window-icons-hack-filter` vars and play with css filters.
## Development ## Development