Minimal-perception is a set of gray icons that you can use in an Ubuntu distribution. This icon theme is available in two versions: Glossy and non-glossy icon themes. In this page we will help you install and enable it under Ubuntu 11.10/12.04.
Minimal-perception Installation
Install first unrar, to be able to extract the icon theme rar file, with this command:
sudo apt-get install unrar unrar-free
Then download and install the theme with this sequence of commands:
wget -O Minimal_Perception.rar http://goo.gl/daj00
unrar e Minimal_Perception.rar
sudo tar -xzvf minimal-perception.tar.gz -C /usr/share/icons
sudo tar -xzvf minimal-perception-glossy.tar.gz -C /usr/share/icons
You can use Gnome Tweak Tool to set this icon theme, or run simply one of these commands:
- Version 1:
gsettings set org.gnome.desktop.interface icon-theme 'minimal-perception'
- Version 2 (Glossy):
gsettings set org.gnome.desktop.interface icon-theme 'minimal-perception-glossy'
You can find here other icon themes for Ubuntu. For more information about this icon theme and its developer, check this link.
Enjoy!
Post a Comment