Translate README.md
This commit is contained in:
parent
ddd1b1657a
commit
4528b4834f
1 changed files with 20 additions and 20 deletions
40
README.md
40
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.
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
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
|
1. [Download](https://framagit.org/draconis/firefoxcss/-/archive/master/firefoxcss-master.zip) the userChrome.css file
|
||||||
2. Se rendre dans le dossier *C:\Users\"nom utilisateur"\AppData\Roaming\Mozilla\Firefox\Profiles\"profile_mozilla".default*
|
2. Go to the folder *C:\Users\"username"\AppData\Roaming\Mozilla\Firefox\Profiles\"profile_mozilla".default*
|
||||||
3. Créer le dossier *chrome* s'il n'existe pas
|
3. Create the folder *chrome* if it does not exist
|
||||||
4. Copier le fichier *userChrome.css*
|
4. Copy the file *userChrome.css*
|
||||||
5. Ouvrir Firefox et taper about:config dans la barre d'adresse
|
5. Open Firefox and type about:config in the address bar
|
||||||
6. Chercher la ligne *toolkit.legacyUserProfileCustomizations.stylesheets* et changer sa valeur à *true*
|
6. Look for the line *toolkit.legacyUserProfileCustomizations.stylesheets* and change its value to *true*
|
||||||
7. Redémarrer firefox et profiter
|
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
|
1. [Download](https://framagit.org/draconis/firefoxcss/-/archive/master/firefoxcss-master.zip) the userChrome.css file
|
||||||
2. Se rendre dans le dossier *~/.mozilla/firefox/"profile_mozilla".default/*
|
2. Go to the *~/.mozilla/firefox/"profile_mozilla".default/* folder
|
||||||
3. Créer le dossier *chrome* s'il n'existe pas
|
3. Create the *chrome* folder if it does not exist
|
||||||
4. Copier le fichier *userChrome.css*
|
4. Copy the *userChrome.css* file
|
||||||
5. Ouvrir Firefox et taper about:config dans la barre d'adresse
|
5. Open Firefox and type about:config in the address bar
|
||||||
6. Chercher la ligne *toolkit.legacyUserProfileCustomizations.stylesheets* et changer sa valeur à *true*
|
6. Look for the *toolkit.legacyUserProfileCustomizations.stylesheets* line and change its value to *true*
|
||||||
7. Redémarrer firefox et profiter
|
7. Restart Firefox and enjoy
|
||||||
|
|
Loading…
Add table
Reference in a new issue