PDA

View Full Version : [gnome] Text color in cpufreq applet



grturner
October 13th, 2009, 01:04 AM
what is the best way to change the color of the text in the cpufreq applet? I've installed a darker theme and where all the text in menus are white. cpufreq applet is keeping it's text black.

I'm running ubuntu intrepid.

mcduck
October 13th, 2009, 07:44 AM
You could try this, it will change all panel applet colors:

Create a file called ".gtkrc-2.0" inside your home directory, and past the following code into that file:


style "panel"
{
fg[NORMAL] = "#ffffff"
}

widget "*PanelWidget*" style "panel"
widget "*PanelApplet*" style "panel"

After tyhat log out and back again, and all applets in your panels should now use the text color defined in that file.

grturner
October 14th, 2009, 03:49 AM
no luck.

mcduck
October 14th, 2009, 06:46 AM
That's strange, since it definitely works on all my Ubuntu computers...