PDA

View Full Version : HOWTO Change Gnome Panel Text & Handle Colour


_simon_
January 9th, 2007, 12:50 PM
Note: I cannot help with transparency, I have looked all over the place but not been able to find a working guide.

Create an empty file called .gtkrc-2.0 in /home

If you already have a .gtkrc-2.0 then just add the code to your existing file.

Paste the following code inside:


style "panel"
{
bg[NORMAL] = "#"
fg[NORMAL] = "#"
}
widget "*PanelWidget*" style "panel"
widget "*PanelApplet*" style "panel"
class "*Panel*" style "panel"
widget_class "*Mail*" style "panel"
class "*notif*" style "panel"
class "*Notif*" style "panel"
class "*Tray*" style "panel"
class "*tray*" style "panel"


bg[NORMAL] is what defines your Gnome panel handles colour, simply add the hex code for the colour that you require. - you will probably want it to match the colour of your Gnome panels.

fg[NORMAL] is what defines your Gnome panel text colour, again simply add the hex code for the colour that you require.

e.g.

bg[NORMAL] = "#000000"
fg[NORMAL] = "#FFFFFF"

This gives me a handle colour of black and a text colour of white.

Now save the file, logout and back in and you should see the changes take effect.

nimbledinosaur
January 7th, 2008, 04:28 AM
Thanks for the how too, worked perfectly.

aktiwers
January 8th, 2008, 03:18 PM
Here is another way (almost the same)
http://ubuntuforums.org/showthread.php?t=334570

ravenon
January 8th, 2008, 03:25 PM
Gnome Color Chooser also works nicely. It is available on gnome-look.org

JackTheDipper
January 8th, 2008, 06:03 PM
it's available on http://www.punk-***-bitch.org/gnome-color-chooser/ and not on gnome-look.org anymore ;-)


ok, the forum doesn't like that address *g*
but it can be downloaded here: http://sourceforge.net/projects/gnomecc/

el-mar01
May 27th, 2008, 07:55 AM
Hey,

How would I exclude the gnome window list from the colour/font change in the panel ??

Thanks

sethborders
July 22nd, 2009, 04:15 PM
i tried it and it didnt work. did i miss something?

nathan726
August 1st, 2009, 02:06 AM
i tried it and it didnt work. did i miss something?

You need to restart the panel for any changes to take effect. You can do that by opening the terminal and typing:
killall gnome-panelOne question: how do you change the "hover" text colour?

Veggiet
January 6th, 2010, 11:47 AM
Gnome-color-chooser does let you pick the text color, but still doesn't include those pesky panel handles, so this tutorial worked great, now if only I could save the theme completely!

10fps
March 13th, 2010, 05:25 PM
Is there any way of changing the colour for the text in each panel separately? Also what do the other lines do?

opethfan89
March 21st, 2010, 10:54 AM
I'm not an expert, 10fps, but in my experiments, each panel is independent of each other as far as the color you choose. Here is a screenshot showing this:

http://i42.tinypic.com/2hfuqkw.png

Also, I know this is an old thread but I'm guessing that in the latest GNOME and 9.10 image, this was changed as you can now have transparency without having to run any script. Right click on the panel --> properties --> background --> choose solid color --> set the transparency bar.

As for the hover color, right click on desktop -->change desktop background -->theme --> customize--> and experiment here until you get it. I currently have a black background over white text for my hover colors, to match with my theme.


Hope that helps!
Opethfan89

Amazing Alexander
June 22nd, 2010, 02:15 AM
If you want transparency, you need to change the background to a transparent one.

note: you can only see the desktop wallpaper behind a transparent panel. you cant see any windows half off the screen on the panels side.

elementxyz
August 19th, 2010, 11:51 AM
hey so old but always usable thank you!!!!!!!!