PDA

View Full Version : [ubuntu] Compiz opacity configuration



Obontoo
March 10th, 2010, 05:33 PM
In compiz config (opacity, brightness and saturation) , I have window value set at 80 for "any" windows. This gives all windows opacity. However, I don't want the panels to have opacity.

I want all windows except the panel to have opacity. What code do I write under "Windows" which will affect all windows except the panels?

Thanks
/Obontoo

Tikkyca
March 10th, 2010, 05:40 PM
Dont know how to help you,but to have transparent windows decoration use emerald,and you cand download some themes from gnome-look.com,to use emerald you need to get it from synaptic package menager,after you install it get some themes,install them,open up compiz settings mennager,go to effects,then to window decoration,after that is done backup code that is in command text form,and delete it,now tipe this:"emerald --replace"without the ".
Once you done that restart your pc,and you will see window decoration that you installed in emerald,to get back to normal decorator,just delet everything in command text form,and put the backup text there,restart your pc ;)

Obontoo
March 10th, 2010, 05:53 PM
I already have emerald, I'm not talking about window borders but actual window opacity which is configured in compiz...

Tikkyca
March 10th, 2010, 06:03 PM
I already have emerald, I'm not talking about window borders but actual window opacity which is configured in compiz...

Don't know anything about that,sry.

mcduck
March 10th, 2010, 08:25 PM
In compiz config (opacity, brightness and saturation) , I have window value set at 80 for "any" windows. This gives all windows opacity. However, I don't want the panels to have opacity.

I want all windows except the panel to have opacity. What code do I write under "Windows" which will affect all windows except the panels?

Thanks
/Obontoo

replace the "any" with "!(class=Gnome-panel)"

(Gnome-panel uses window class "Gnome-panel", and the "!" equals "not", so this rule will affect any window that isn't of class "Gnome-panel". You could also use"!(type=Dock)" but that would also affect other dock applications instead of just Gnome-panel, and in addition the popup menu from the clock applet uses the same type so it would become transparent as well.)