View Full Version : [xubuntu] xfce4-panel change background
mayacreator
June 17th, 2009, 07:06 AM
Could you please tell me guys, is it possible somehow to change background in xfce4-panel v.4.6 just like it was in 4.4 version?
john.nicholls
June 18th, 2009, 03:19 AM
How are you trying to change the background? Also are you using Compiz?
mayacreator
June 20th, 2009, 03:07 PM
There is no possibility by default to change taskbar background(just like in Gnome) in xfce 4.6, I knew that there is so called "cairo-patch" but I do not understand how to use it?
Seaniesean
August 21st, 2009, 08:13 PM
Change the taskbar background? Does this work?
Create a 1 pixel by whatever width your taskbar is pixels bitmap in some sort of image editor. Maybe you could save it in your /home/username folder with the name .BITMAP.bmp
Open /home/YOURNAME/.gtkrc-2.0 with your favourite text editor.
Mine looks like this...
gtk-icon-theme-name = "Tango"
style "panel"
{
bg_pixmap[NORMAL] = ".BITMAP.bmp"
fg[NORMAL] = "white"
}
widget_class "*Panel*" style "panel"
widget "*Panel*" style "panel"
class "*Panel*" style "panel"
Obviously replace .bitmap.bmp with whatever your background is called.
Is that what you meant?
vBulletin® v3.8.4, Copyright ©2000-2012, Jelsoft Enterprises Ltd.