You are not logged in.
Impossible?
PNGs don't scale on the XFCE panel and this causes some weird things if the panel is on a side of the screen or small.
Offline
I use a gradient box fill for gradients in my toolbar, menubar, menus, buttons, and scrollbars. As for the "panel", I use a .gtkrc-2.0 file to add a glossy panel image using bg_pixmap.
this is for my panel:
style "panel"
{
bg[NORMAL] = "#E9B9D3"
bg_pixmap[NORMAL] = "panel89.png"
fg[NORMAL] = "#000000"
}
widget_class "*Panel*" style "panel"
widget "*Panel*" style "panel"
class "*Panel*" style "panel"
This is in my gtkrc of my original Xfce-milkyblue gtk-2.0
I add boxfills to all the engine "xfce" parts:
engine "xfce"
{
grip_style = slide
smooth_edge = true
boxfill
{
fill_style = gradient
orientation = vertical
shade_start = 0.89
shade_end = 1.00
}
}
}
and then I change the shade_start/end percentages for different parts to the way I want it, or the orientation to = auto for the gradient to be different...
I use a boxfill for most all of my themes...this is my latest, and I only have to add a userChrome.css image for the Firefox tab-bar, you can even make a theme that doesn't need userChrome.css, but it is difficult to match it perfectly with the Firefox gradient tab-bar:
Offline
[ Generated in 0.007 seconds, 7 queries executed - Memory usage: 521.11 KiB (Peak: 529.43 KiB) ]