Last active
September 2, 2016 03:52
-
-
Save diegoboot/a0bb62ccb6138f13dc45640fb1ebc6eb to your computer and use it in GitHub Desktop.
Xfce - O ambiente de trabalho gráfico mais personalizável • https://youtu.be/F9CqVSFtIK4
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* PPA Numix para Ubuntu e derivados | |
Abra um terminal [ no Unity use as teclas CTRL + ALT + T ] | |
Instale o Tema Numix usando os comandos abaixo */ | |
sudo add-apt-repository ppa:numix/ppa | |
sudo apt-get update | |
sudo apt-get install numix-gtk-theme numix-icon-theme numix-icon-theme-circle | |
// Instalando o tema Numix no openSUSE | |
zypper in numix-gtk-theme numix-icon-theme numix-icon-theme-circle | |
// Vá em "Aparência de Aplicativos" ou use o "Gnome Tweak" para selecionar o tema | |
// projeto Numix https://numixproject.org |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment