From 4528b4834f44a6c54bd77926bb642f94fc4fd87f Mon Sep 17 00:00:00 2001 From: Olivier <18173875+colmaris@users.noreply.github.com> Date: Thu, 19 Dec 2024 16:33:05 +0100 Subject: [PATCH] Translate README.md --- README.md | 40 ++++++++++++++++++++-------------------- 1 file changed, 20 insertions(+), 20 deletions(-) diff --git a/README.md b/README.md index 7901961..9e3af78 100644 --- a/README.md +++ b/README.md @@ -1,29 +1,29 @@ -Voici le userChrome.css que j'utilise avec Firefox pour qu'il soit raccord avec mon thème I3wm. J'ai aussi modifié sa structure car je ne supporte pas les onlgets au dessus de la barre d'aresse. +Here is the userChrome.css that I use with Firefox to match my I3wm theme. I also modified its structure because I don't support tabs above the touchbar. ![image](https://draconis.me/images/2019/10/firefoxcss.gif) -N'étant pas développeur j'ai associé des morceaux de codes que j'ai trouvé : +Not being a developer, I associated pieces of code that I found: -* sur différentes sources internet pour les couleurs. +* on different internet sources for the colors. -* sur le groupe reddit [r/firefoxcss](https://www.reddit.com/r/FirefoxCSS/comments/bg4oqd/responsive_one_liner/) pour la partie de la barre cachée. +* on the reddit group [r/firefoxcss](https://www.reddit.com/r/FirefoxCSS/comments/bg4oqd/responsive_one_liner/) for the hidden bar part. -### Pour utiliser ce fichier sous windows : +### To use this file on Windows: -1. [Télécharger](https://framagit.org/draconis/firefoxcss/-/archive/master/firefoxcss-master.zip) le fichier userChrome.css -2. Se rendre dans le dossier *C:\Users\"nom utilisateur"\AppData\Roaming\Mozilla\Firefox\Profiles\"profile_mozilla".default* -3. Créer le dossier *chrome* s'il n'existe pas -4. Copier le fichier *userChrome.css* -5. Ouvrir Firefox et taper about:config dans la barre d'adresse -6. Chercher la ligne *toolkit.legacyUserProfileCustomizations.stylesheets* et changer sa valeur à *true* -7. Redémarrer firefox et profiter +1. [Download](https://framagit.org/draconis/firefoxcss/-/archive/master/firefoxcss-master.zip) the userChrome.css file +2. Go to the folder *C:\Users\"username"\AppData\Roaming\Mozilla\Firefox\Profiles\"profile_mozilla".default* +3. Create the folder *chrome* if it does not exist +4. Copy the file *userChrome.css* +5. Open Firefox and type about:config in the address bar +6. Look for the line *toolkit.legacyUserProfileCustomizations.stylesheets* and change its value to *true* +7. Restart Firefox and enjoy -### Pour utiliser ce fichier sous linux : +### To use this file on Linux: -1. [Télécharger](https://framagit.org/draconis/firefoxcss/-/archive/master/firefoxcss-master.zip) le fichier userChrome.css -2. Se rendre dans le dossier *~/.mozilla/firefox/"profile_mozilla".default/* -3. Créer le dossier *chrome* s'il n'existe pas -4. Copier le fichier *userChrome.css* -5. Ouvrir Firefox et taper about:config dans la barre d'adresse -6. Chercher la ligne *toolkit.legacyUserProfileCustomizations.stylesheets* et changer sa valeur à *true* -7. Redémarrer firefox et profiter \ No newline at end of file +1. [Download](https://framagit.org/draconis/firefoxcss/-/archive/master/firefoxcss-master.zip) the userChrome.css file +2. Go to the *~/.mozilla/firefox/"profile_mozilla".default/* folder +3. Create the *chrome* folder if it does not exist +4. Copy the *userChrome.css* file +5. Open Firefox and type about:config in the address bar +6. Look for the *toolkit.legacyUserProfileCustomizations.stylesheets* line and change its value to *true* +7. Restart Firefox and enjoy