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
  • 13,026
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
  • 59,332
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,749