You are not logged in.
Pages: 1
Hello fellow xfce freaks,
I have a panel setup to be transparrent wich works great but with the xfce dusk theme all the indicator plugin icons have this grey background. I'm wondering how I could get rid of it.
My appologies if this has allready been answerd but i couldn't find it back in the forum.
PS: I'm on xubuntu 14.04
Offline
Have a read through this and this thread. The end result is a gtk "hack" that looks like this:
#panel transparency tweak
style "mypanel"
{
engine "pixmap"
{
image
{
function = BOX
recolorable = TRUE
state = PRELIGHT
file = "panel-button-hover.png"
border = { 1, 1, 0, 0 }
stretch = TRUE
}
image
{
function = BOX
recolorable = TRUE
state = ACTIVE
file = "panel-button-hover.png"
border = { 1, 1, 0, 0 }
stretch = TRUE
}
}
}
widget "*Xfce*Panel*" style "mypanel"
class "*Xfce*Panel*" style "mypanel"
widget "*PanelWidget*" style "mypanel"
widget "*PanelApplet*" style "mypanel"
widget "*fast-user-switch*" style "mypanel"
widget "*GenMon*" style "mypanel"
widget "*CPUFreq*Applet*" style "mypanel"
widget "*indicator-applet*" style "mypanel"
class "PanelApp*" style "mypanel"
class "PanelToplevel*" style "mypanel"
widget_class "*PanelToplevel*" style "mypanel"
widget_class "*notif*" style "mypanel"
widget_class "*Notif*" style "mypanel"
widget_class "*Tray*" style "mypanel"
widget_class "*tray*" style "mypanel"
widget_class "*computertemp*" style "mypanel"
widget_class "*Applet*Tomboy*" style "mypanel"
widget_class "*Applet*Netstatus*" style "mypanel"
...which also requires the presence of a panel-button-hover.png file that is available to download in post #10 of the first link. It should remove the background from the icons. Or at least it did in pre-14.04. I haven't tried it on a xubuntu 14.04 install yet.
Please remember to mark your thread [SOLVED] to make it easier for others to find
--- How To Ask For Help | FAQ | Developer Wiki | Community | Contribute ---
Offline
thanks ToZ I'll give it a read...
That didn't seem to do it, I still have these dark square behind my indicator items...
But i found another dark theme that I like better so....
Thanx anyway
Last edited by skippezot (2014-05-17 07:19:28)
Offline
Pages: 1
[ Generated in 0.008 seconds, 7 queries executed - Memory usage: 528.84 KiB (Peak: 530.76 KiB) ]