14

Is it possible to change the background opacity of the Unity Launcher?

Transparent Background

I see you can change the panel opacity, but then the launcher clashes with the panel.

aboutros
  • 830

4 Answers4

15

From the terminal, you can use:

gsettings get org.compiz.unityshell:/org/compiz/profiles/unity/plugins/unityshell/ launcher-opacity

to get the current value for launcher opacity and

gsettings set org.compiz.unityshell:/org/compiz/profiles/unity/plugins/unityshell/ launcher-opacity X

to set the launcher opacity to X. X must be between 0 and 1.

P:S This way is preferred over any other method that used dconf directly.

See also:

Mahesh
  • 12,738
5

For 11.10 and 12.04

There's an option to do this in ccsm:

Screenshot of ccsm with launcher opacity setting

(Source)

3

13.10

If you're running 13.10 you can use Unity Tweak Tool.

sudo apt-get install unity-tweak-tool  

Open the "Launcher" category, from there you can use the "Transparency level" slider to adjust the launcher's transparency.

enter image description here

You can also change the launcher's color.

Seth
  • 58,122
  • 1
    This does not remove the transparency once the dash is open. Works only on the launcher bar. (at least on 16.04) – shyam Oct 20 '16 at 09:15
2

11.04

You can use unity-df (a patched launcher)

Unity-df gives you options to change launcher's color and transparency AND it lets you place launcher at any place you want it.

Download Links

32-Bit 64-Bit

Source

Lincity
  • 25,371
  • I'm getting this error when I attempt to install it. "Error: Breaks existing package 'unity' that conflict: 'netbook-launcher'. But the '/home/alex/Desktop/unity-df_0.2.47-0ubuntu5_amd64.deb' provides it via: 'indicator-renderer,netbook-launcher'" – aboutros Apr 02 '11 at 23:10
  • @Alaukik Forgot to link your name when replying to you. See my other comment. – aboutros Apr 03 '11 at 12:46
  • @Spacecraft i have not made this you should try and contact artem on twitter (http://twitter.com/artemeas) – Lincity Apr 03 '11 at 13:22
  • @Alaukik Artem told me on twitter that he is not the developer of this package. – aboutros Apr 13 '11 at 16:41
  • The original source is http://tehnoblog.net/2011/04/kak-pomenyat-raspolozhenie-paneli-unity-v-ubuntu-11-04/ If Google gets the translation right it's a april fool hoax. – Florian Diesch Apr 13 '11 at 18:33
  • I've removed @Alaukik's post as the answer until I know for sure if this is legitimate or not. – aboutros Apr 13 '11 at 23:02