Différences
Ci-dessous, les différences entre deux révisions de la page.
Les deux révisions précédentesRévision précédenteProchaine révision | Révision précédente | ||
pratique:informatique:config_firefox [12/01/2022 12:19] – [Hacker le thème de Firefox] Zatalyz | pratique:informatique:config_firefox [10/03/2025 09:30] (Version actuelle) – Zatalyz | ||
---|---|---|---|
Ligne 1: | Ligne 1: | ||
- | ====== | + | ====== |
+ | |||
+ | ===== About config ===== | ||
Trucs utiles à modifier dans '' | Trucs utiles à modifier dans '' | ||
Ligne 16: | Ligne 19: | ||
Chercher les occurrences de " | Chercher les occurrences de " | ||
</ | </ | ||
+ | |||
+ | À noter qu'il est possible de configurer un fichier '' | ||
+ | |||
+ | ===== Alternatives via des navigateurs custom ===== | ||
+ | [[https:// | ||
===== Hacker le thème de Firefox ===== | ===== Hacker le thème de Firefox ===== | ||
* https:// | * https:// | ||
+ | |||
+ | Résumé : | ||
+ | - Aller sur '' | ||
+ | - '' | ||
+ | - '' | ||
Ma version actuelle : | Ma version actuelle : | ||
- | <code css> | + | < |
- | /* Import your desired components first */ | + | /* Ordre des barres */ |
+ | /* This reorders toolbar to place tabs below other toolbars. Requires Firefox 133+ */ | ||
- | @import url(chrome/ | + | @media (-moz-bool-pref: |
+ | #nav-bar > .titlebar-buttonbox-container{ | ||
+ | order: -1 !important; | ||
+ | > .titlebar-buttonbox{ | ||
+ | flex-direction: | ||
+ | } | ||
+ | } | ||
+ | } | ||
+ | @media not (-moz-bool-pref: | ||
+ | .global-notificationbox, | ||
+ | # | ||
+ | # | ||
+ | order: 1; | ||
+ | } | ||
+ | # | ||
+ | display: none; | ||
+ | } | ||
+ | : | ||
+ | display: flex !important; | ||
+ | } | ||
+ | : | ||
+ | > .titlebar-buttonbox-container{ | ||
+ | display: flex !important; | ||
+ | } | ||
+ | : | ||
+ | > .titlebar-spacer{ | ||
+ | display: flex !important; | ||
+ | } | ||
+ | } | ||
+ | : | ||
+ | > .titlebar-spacer[type=" | ||
+ | display: flex !important; | ||
+ | } | ||
+ | @media (-moz-bool-pref: | ||
+ | (-moz-gtk-csd-reversed-placement), | ||
+ | (-moz-platform: | ||
+ | > .titlebar-spacer[type=" | ||
+ | display: none !important; | ||
+ | } | ||
+ | > .titlebar-spacer[type=" | ||
+ | display: flex !important; | ||
+ | } | ||
+ | } | ||
+ | } | ||
+ | } | ||
+ | } | ||
+ | /* ************************************************ */ | ||
+ | |||
+ | /* Onglets améliorés */ | ||
+ | |||
+ | .tab-content { | ||
+ | margin: 0 !important; | ||
+ | } | ||
- | /* Onglet courant */ | ||
.tab-background{ | .tab-background{ | ||
outline: none !important; | outline: none !important; | ||
Ligne 33: | Ligne 98: | ||
box-shadow: none !important; | box-shadow: none !important; | ||
background-clip: | background-clip: | ||
- | margin: 0 !important; | + | margin-bottom: 0 !important; |
padding: 0 !important; | padding: 0 !important; | ||
+ | background-color: | ||
+ | border-radius: | ||
} | } | ||
.tab-background[selected]{ | .tab-background[selected]{ | ||
- | outline: none !important; | ||
- | border: none !important; | ||
- | box-shadow: none !important; | ||
- | background-clip: | ||
- | margin: 0 !important; | ||
- | padding: 0 !important; | ||
border-radius: | border-radius: | ||
} | } | ||
+ | |||
.tab-background[selected] > .tab-context-line { | .tab-background[selected] > .tab-context-line { | ||
- | margin: -5px 0 0 !important; | + | |
+ | } | ||
+ | |||
+ | /* Marque-page de la barre de favoris : juste des icones, sauf au survol. */ | ||
+ | # | ||
+ | display: none !important; /* Cache le texte */ | ||
+ | } | ||
+ | |||
+ | # | ||
+ | display: inline !important; /* Affiche le texte au survol */ | ||
+ | margin-left: | ||
+ | vertical-align: | ||
+ | } | ||
+ | |||
+ | # | ||
+ | vertical-align: | ||
+ | } | ||
+ | /* Ajuste globalement la hauteur des éléments pour éviter les sauts */ | ||
+ | # | ||
+ | line-height: | ||
+ | height: 32px !important; /* Assure une hauteur fixe pour éviter les sauts */ | ||
+ | } | ||
+ | |||
+ | /* Icones personnalisées */ | ||
+ | # | ||
+ | content: " | ||
+ | margin-right: | ||
+ | } | ||
+ | # | ||
+ | content: "🤖 "; | ||
+ | margin-right: | ||
} | } | ||
</ | </ | ||
+ | Pour voir les changements sans trop râler à chaque redémarrage : ouvrir '' | ||
+ | ===== Modifier l' | ||
+ | En fait c'est probablement un souci générique plus que propre à Firefox. | ||
+ | * [[https:// | ||
+ | |||
+ | En résumé : | ||
+ | < | ||
+ | xdg-mime default thunar.desktop inode/ | ||
+ | xdg-mime query default inode/ | ||
+ | |||
+ | Si vraiment ça galère, tester en utilisateur de base et en root : | ||
+ | env XDG_UTILS_DEBUG_LEVEL=10 | ||
+ | Cela peut indiquer d' | ||
+ | Ceci dit y'a aussi potentiellement Firefox qui saoule. Dans '' |