Blog Archives

GNOME Shell Themes

As a follow up to my previous post about customizing your GNOME Shell, here are a few themes I had recently come across. http://www.omgubuntu.co.uk/2011/10/five-pretty-awesome-gnome-shell-themes/ (opens in a new window). Other than smooth inset, which has been doing the rounds on the internet since GNOME 3 first arrived, the other themes look pretty new to me.

Have fun customizing!

Customizing GNOME3

GNOME3 and the GNOME Shell are no doubt, major improvements. They bring in usability and quite a bit of eye candy (in a different way compared to compiz) while at the same time, a few features went missing in 3.0 release – like Emblems, for instance. Nevertheless, GNOME3 is a great release and has been extremely stable so far (Yes, i have been using it since it’s release in April.).

One major complaint that I hear from people is that GNOME3 is not as easy to customize as 2.x. A lot of people seem to think that they are “stuck” with the blue-black theme that comes by default. Ofcourse this is not the case. In this post, I ll explain a few ways in which we can customize GNOME3 and the GNOME Shell.

But before proceeding any further, we have to make a clear distinction which was not necessary before. In GNOME3, with the advent of the shell, there are two sets of themes – one for the shell and the other for the windows (The GTK Theme). To get a smooth and complete makeover, one has to change both the themes. By default, we have the GNOME3 shell theme and the Adwaita Metacity theme for the windows.

1. GNOME Shell Themes
This must be one of the biggest issues I have with he way GNOME3 looks. I cant bear the big, black stripe on the top. It just does not look good. I am sure there are many of you out there who would agree with me on that. But luckily, there are quite a few good options out there that can replace it for us. Also, just to make it easier for us, let’s install the gnome-shell-theme-selector plugin so that we can swtich between themes faster. This plugin adds a Theme button on the top along with windows and application buttons in the Activities mode so that you can change you theme on the fly! So, let’s get started.

Open up a terminal, and type in the following commands to install GNOME Shell Extensions.

git clone http://git.gnome.org/browse/gnome-shell-extensions

cd gnome-shell-extensions

./autogen.sh –prefix=/usr –enable-extensions=user-theme

make && sudo make install

Now, let’s install the Themeselector extension. Fire up another terminal and follow me.

wget http://www.fpmurphy.com/gnome-shell-extensions/themeselector-0.9.tar.gz

tar xvf themeselector-0.9.tar.gz

mv themeselector-0.9/extension.js ~/.local/share/gnome-shell/extensions/themeselector@fpmurphy.com/

mv themeselector-0.9/metadata.json ~/.local/share/gnome-shell/extensions/themeselector@fpmurphy.com/

mv themeselector-0.9/* ~/.themes/

Now, restart GNOME-Shell by pressing Alt+F2 and typing ‘r’ (Without quotes followed by enter). Now, in the activities window, you should have a themes tab with 6 themes to choose from!

To add any new themes you may come across later on, simply extract and add the folders to ~/.themes/ directory. Simple right?

2. GTK Themes
Now, to complete the new look for your desktop, grab a suitable GTK theme to match with your Shell theme from GNOME-Looks.org or from any other website. To install, simply extract the theme to /usr/share/themes.

Great, Not the last thing is to actually tweak the GNOME settings and make it use the GTK theme we just installed. Let’s see how to do that next.

3. GNOME-Tweak-Tool
The GNOME-Tweak-Tool is an aplication that is used to tweak a few values that changes the way your desktop looks and feels which, otherwise, is hard to change. The UI is clean and intuitive, which is a key aspect of a configuration tool.

To obtain the tweak tool, open another terminal and :

git clone http://git.gnome.org/browse/gnome-tweak-tool

cd gnome-tweak-tool

./gnome-tweak-tool

NOTE: Compiled binary is available in the git repository. Hence no need to recompile. Works as it is.

That should fire up a window as shown above. On the left, choose interface from the list and on the right, select the GTK theme you just installed using the drop down menu. And that’s it!

You can mess around and change a few other things like the font, font size and quite a few other settings. So be sure to check out all the options…

Here is how I have set up my GNOME3. I am not artistically inclined and I am sure a lot of you out there can do much better. So let me know what you guys end up with.

Follow

Get every new post delivered to your Inbox.