Ubuntu – How to get transparent window borders / titlebars in GNOME Shell

gnomethemestransparency

There are plenty of GNOME Shell themes with transparent panels, and I might want a transparent window border / titlebar theme to go with it. The closest thing I can think of is Emerald, but that only works with Compiz AFAIK and GNOME Shell only works with Mutter.

Best Answer

Since the release of Ubuntu 12.10, gconf-editor has been officially replaced by dconf-editor. So the answer by Ringtail will not work.

To enable Window Titlebar transparency in Ubuntu 12 onwards:

  1. Open a Terminal (Ctrl+Alt+T)
  2. Copy and Paste the following line:

    sudo apt-get install dconf-tools
    
  3. Press Enter and install the package.
  4. Once installed, run dconf-editor in the terminal.
  5. Navigate to org/compiz/gwd
  6. Now change the values of the following to anything between 0 and 1:

    metacity-theme-active-opacity
    metacity-theme-inactive-opacity
    
  7. Now you've changed the transparency of the Window Titlebars.