From fe5e954c07fa3429f7eceac834084822227c33b4 Mon Sep 17 00:00:00 2001 From: artsyfriedchicken <100123017+artsyfriedchicken@users.noreply.github.com> Date: Thu, 7 Mar 2024 12:34:48 +0600 Subject: [PATCH 1/2] Update README.md --- README.md | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index c03f1fe..1fdf80e 100644 --- a/README.md +++ b/README.md @@ -22,11 +22,10 @@ EdgyArc-fr is designed to enhance your Firefox user interface by combining the s ### Minor Tweaks to EdgeFrFox Theme -- Autofades the navigation URL bar when not on hover. -- Makes navigation toolbar buttons and add on buttons grayscale when not hovered. - MOAR rounded corners, larger padding, and a bit more room to breathe. - Adjusts sidebar styling to complement Sidebery. - Optional auto collapsing sidebar. +- Optional fully hide sidebar when not hovered (like Arc browser) ### UserChrome Toggle Integration @@ -58,9 +57,18 @@ EdgyArc-fr is designed to enhance your Firefox user interface by combining the s - `uc.tweak.disable-drag-space` to `true` - `uc.tweak.hide-forward-button` to `true` - `uc.tweak.rounded-corners` to `true` -6. [Optional] Turn on translucent windows by setting `uc.tweak.translucent-window` to `true` +6. [optional] set up style variants 7. Import `sidebery-settings.json` and `sidebery-styles.json` into Sidebery (`Sideberry Settings` > `Help` > `Import Addon Data`) +### Style variants +#### Fully Hide collapsed sidebar +`uc.tweak.af.hidden-sidebar` > `true` +#### Translucency [MACOS ONLY] +`uc.tweak.af.translucent-enable` > `true` +#### Translucency + minimal (arc-like) sidebar +`uc.tweak.af.translucent-enable` > `true` +`uc.tweak.af.translucent-arc` > `true` + ### Optimum settings for Adaptive Tab Bar Color ![ ](screenshots/ATBC-settings.png) From 5b49040e9fe50ec05b661a0ad85b0cf491b84404 Mon Sep 17 00:00:00 2001 From: artsyfriedchicken <100123017+artsyfriedchicken@users.noreply.github.com> Date: Thu, 7 Mar 2024 13:18:50 +0600 Subject: [PATCH 2/2] Update README.md --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 1fdf80e..7d1634e 100644 --- a/README.md +++ b/README.md @@ -60,16 +60,16 @@ EdgyArc-fr is designed to enhance your Firefox user interface by combining the s 6. [optional] set up style variants 7. Import `sidebery-settings.json` and `sidebery-styles.json` into Sidebery (`Sideberry Settings` > `Help` > `Import Addon Data`) -### Style variants -#### Fully Hide collapsed sidebar +## Style variants +### Fully Hide collapsed sidebar `uc.tweak.af.hidden-sidebar` > `true` -#### Translucency [MACOS ONLY] +### Translucency [MACOS ONLY] `uc.tweak.af.translucent-enable` > `true` -#### Translucency + minimal (arc-like) sidebar +### Translucency + minimal (arc-like) sidebar `uc.tweak.af.translucent-enable` > `true` `uc.tweak.af.translucent-arc` > `true` -### Optimum settings for Adaptive Tab Bar Color +## Optimum settings for Adaptive Tab Bar Color ![ ](screenshots/ATBC-settings.png)