Jump to content
ElementaryOS France

Seb

Membres
  • Posts

    31
  • Joined

  • Last visited

  • Days Won

    3

Everything posted by Seb

  1. https://www.reddit.com/r/elementaryos/comments/3fzd6s/tutorial_how_to_replace_the_applications_text_on/ Open file manager up as administrator and go to: /usr/share/themes/name-of-your-theme-folder/gtk-3.0 Place the icon you want to use in that folder. Make sure the icon has proper permissions by right clicking on it, choosing properties > more > and making it 644-777 (read, write, and executable by owner, group, everyone) or else wingpanel may not load. Open up /usr/share/themes/name-of-your-theme-folder/gtk-3.0/apps.css in Scratch, scroll down to the panel settings, find .panel-app-button, and change what's in the {brackets} to what's below. .panel-app-button > GtkWidget > GtkWidget:first-child { padding: 0px 24px 0px 0px; font-size: 0px; background-image: url("icon.svg"); background-repeat: no-repeat; } Change the background image url to the name of the icon that you placed in the gtk-3.0 folder. The padding above is adjusted for a 24x24 icon but you can adjust it to fit something bigger/smaller/wider, just change "24px" to the width of your image. In terminal type: killall wingpanel to see the changes.
  2. Remplacer le mot application par un logo. 1. Ouvrir Pantheon-files en admin et mettre votre icone ici. /usr/share/themes/nom de votre theme/gtk-3.0 2. Ouvrir le fichier /usr/share/themes/name-of-your-theme-folder/gtk-3.0/apps.css, trouver .panel-app-button et remplacer comme suit .panel-app-button > GtkWidget > GtkWidget:first-child { padding: 0px 24px 0px 0px; font-size: 0px; background-image: url("elementary-white.svg"); background-repeat: no-repeat; } 3. Killall wingpanel Icones Elementay https://heathpaddock.com/wp-content/uploads/2014/01/elementary-white.svg https://heathpaddock.com/wp-content/uploads/2014/01/elementary-black.svg
  3. Seb

    Indicateur clavier

    Bien vu , je m'obsitnais a regarder dans Système > Langue et Région
  4. Seb

    Indicateur clavier

    Justement peut ton enlever la langue anglaise pour faire disparaitre cette icone, perso je ne crois pas :/ Sinon je vais aussi passer par configurator ...
  5. Flagada du fichtre !

  6. Bonjour à tous. Depuis peu sur Elementary os Freya (Ce week end, en fait) après une dizaines années sur Debian (Jusqu'à Lenny) et un passage pour le travail sur Windows. Je me suis orienté sur eOS, pour sa légèreté, son design épuré et parce que j'ai plus la même envie qu'avant, de mettre les mains dans le cambouis pour faire fonctionner le moindre paquet sur Debian (Même si Debian à surement évoluer de ce coté là), de compiler son kernel, ... Par contre j'ai gardé quelques habitudes, comme supprimer la logithèque Ubuntu et le software updater et de tout gérer avec un bon fichier sources.list et le terminal.
×
×
  • Create New...