Ubuntu – How to install custom shell theme using gnome-tweak-tool

gnomegnome-tweak-tool

I found similar posts, but those answers didn't solve my issue. I need to know can I install custom Shell-themes in ubuntu-gnome? If yes what are the best custo shell-themes and where can I get it? In gnome-tweak-tool i cannot select anything under shell theme. Any solution? I have already installed icon themes.

Best Answer

The Numix theme is my personal favourite. To install it -

sudo add-apt-repository ppa:numix/ppa

sudo apt-get update

sudo apt-get install numix-gtk-theme

Otherwise, download the theme file and extract the theme file to /usr/share/themes.

To set the theme -

gsettings set org.gnome.desktop.interface gtk-theme "Numix"

gsettings set org.gnome.desktop.wm.preferences theme "Numix"

where Numix can be replaced with the name of the theme.