From 0cf1a9785cee8e9e4d572a822cf7fd2fa524b497 Mon Sep 17 00:00:00 2001 From: Zonnev Date: Wed, 27 Nov 2024 13:17:24 +0100 Subject: [PATCH] Edited layout After Installation --- readme.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 8548a1d..2d796bd 100644 --- a/readme.md +++ b/readme.md @@ -60,7 +60,10 @@ This will make purple colors of Private Mode as default style. 1. In the customization panel in Firefox you can move the new tab button to the left. The default is System theme, you can also use the Dark theme option but Light theme is not supported. 2. In `about:config` you can make the bottom window corners rounded by setting `widget.gtk.rounded-bottom-corners.enabled` to `true`. -3. If you installed the **Flatpak** version of Firefox and you want to make use of the elementary OS **accent colors**, you have to copy the `usr/share/themes` folder to `home/.themes`. Type or copy-paste in Terminal `mkdir -p $HOME/.themes` to make the folder, then type `cp -r /usr/share/themes/* $HOME/.themes/` to copy the folder and place the files in the folder you have made. And after that `flatpak override --user org.mozilla.firefox --filesystem=$HOME/.themes` to make Flatpak version follow the elementary OS style sheets in the folder. +3. If you installed the **Flatpak** version of Firefox and you want to make use of the elementary OS **accent colors**, you have to copy the `usr/share/themes` folder to `home/.themes`: +- Type or copy-paste in Terminal `mkdir -p $HOME/.themes` to make the folder. +- Then type `cp -r /usr/share/themes/* $HOME/.themes/` to copy the folder and place the files in the folder you have made. +- And after that `flatpak override --user org.mozilla.firefox --filesystem=$HOME/.themes` to make Flatpak version follow the elementary OS style sheets in the folder. ## 🔁 Update