You are not logged in.
Pages: 1
Hi!
As the subject says: Is it possible to change the (bg)color of the xfce4-panel..., how?
Thanks!
-invi
Offline
Hi!
As the subject says: Is it possible to change the (bg)color of the xfce4-panel..., how?Thanks!
-invi
You just need to add a gtk style to your ~/.gtkrc-2.0
style "panel"
{
bg[NORMAL] = "#ff0000"
}
widget_class "*Panel*" style "panel"
widget "*Panel*" style "panel"
class "*Panel*" style "panel"
Offline
Yes, that worked!
Thank you.
Offline
Hem... I have to up this topic...
I would change my panel color... But i can't find any .gtkrc in my home...
I have gtkrc only in /usr/share/themes, but I can't select that themes from window manager.
I can use only themes with a "Xfwm4" directory, but i can't edit anything about panel.
I'm using Xfce 4.6 on Xubuntu.
Offline
Hem... I have to up this topic...
I would change my panel color... But i can't find any .gtkrc in my home...
I have gtkrc only in /usr/share/themes, but I can't select that themes from window manager.I can use only themes with a "Xfwm4" directory, but i can't edit anything about panel.
I'm using Xfce 4.6 on Xubuntu.
You make your own .gtkrc-2.0 file and place it in your /home/BlackTornado directory (or for the short version ~/ )
This is one of my old ~/.gtkrc-2.0 files:
style "panel"
{
bg[NORMAL] = "#181818"
fg[NORMAL] = "#FFFFFF"
}
widget_class "*Panel*" style "panel"
widget "*Panel*" style "panel"
class "*Panel*" style "panel"
This is the same file using a transparent image:
style "panel"
{
bg[NORMAL] = "#181818"
bg_pixmap[NORMAL] = "panel41.png"
fg[NORMAL] = "#FFFFFF"
}
widget_class "*Panel*" style "panel"
widget "*Panel*" style "panel"
class "*Panel*" style "panel"
Here is the panel image I used for the .gtkrc-2.0 above (save it into your home ~/ directory)
Offline
cut
Thank you, it works. I tried, but I wrote wrong code
And now... What i have to add to edit buttons and applet backround when pressed? ;D
http://img144.imageshack.us/my.php?image=paneln.jpg
EDIT: Solved thanks this: http://wiki.xfce.org/it/tips
Now... Can I use different images between upper and lower panel? And how can I change menù color?
Offline
crimesaucer wrote:cut
Thank you, it works. I tried, but I wrote wrong code
And now... What i have to add to edit buttons and applet backround when pressed? ;D
http://img144.imageshack.us/my.php?image=paneln.jpgEDIT: Solved thanks this: http://wiki.xfce.org/it/tips
Now... Can I use different images between upper and lower panel? And how can I change menù color?
That is a good tip for using a image for panel buttons (prelight, active...etc).
I'm pretty sure that there is no way to use two different images for a different top panel and bottom panel..... and if there is a way to have two different panel images used for top and bottom panel then it would be nice to learn how to do it.....
I'm not sure if you can add a different menu background/foreground for the panel by adding a new widget_class "*", class "*", and style " " to your ~/.gtkrc-2.0 file..... you could always try.
Offline
In my case I had worked perfectly to replace the image of the panel, but this is cut with each component of the panel. In other words, for every appplet panel, I put the picture and see something ugly.
url: blog.desdelinux.net
twt: @elavdeveloper
Offline
In my case I had worked perfectly to replace the image of the panel, but this is cut with each component of the panel. In other words, for every appplet panel, I put the picture and see something ugly.
If the image you use is only 1 pixel wide then it will repeat smoothly for every section of the panel and all of the buttons. This works well with transparent images, vertical gradient images, and panel patterns like horizontal stripes.
Offline
Seasons Greetings!
Is there any app that could render the panel opaque or transparent like in Gnome?
Thanks for any hint!
JimWG
Offline
Yes, it is a good solutions to change the color of panel, but how have the color of menu bring into correspondence with panel?
thanks.
Offline
Pages: 1
[ Generated in 0.015 seconds, 8 queries executed - Memory usage: 560.16 KiB (Peak: 577 KiB) ]