Ubuntu – How to decrease space between indicators in GNOME Shell

gnomeindicator

I am using Gnome Ubuntu 14.04.1 LTS. I have noticed that padding between two indicators are too much in shell, which I would like to decrease it.

Check the app-indicators with too much space in between

I tried using shell extension available but it didn't worked.
Then, I edited gnome-shell.css & decreased padding but surprisingly it didn't worked either.

Please help me in decreasing padding between two indicators in shell.
Thanks.

Best Answer

As with some Gnome extensions, installing doesn't work if the extension says it does not support that version of Gnome - even if it does work. So to install it:

You can also modify the theme to have a different spacing - this can be done by finding the theme's directory (e.g. /usr/share/themes/ZukitwoGreen/gnome-shell, ~/.local/share/themes/ZukitwoGreen/gnome-shell), and editing the gnome-shell.css file to have a different hpadding (you can use find and replace) - e.g. mine is:

-natural-hpadding: 4px;
-minimum-hpadding: 4px;

I think this is also available as a option under the 'Elegance colours' customizable theme.

Related Question