Change gnome panel color
by jenny on 12 November 2009 - 06:01pm in
To change the colour of the fast user switching applet [and gnome panel], open the file to edit the colours using:
gedit .gtkrc-2.0Then add these lines into the file:
style "modpanel"
{
fg[NORMAL] = "#FFFFFF"
}
widget "*PanelWidget*" style "modpanel"
widget "*PanelApplet*" style "modpanel"
widget "*fast-user-switch-applet*" style "modpanel"Now run this code to reload the panels:
killall gnome-panelAnd you've got modded panels. Just replace the 3rd line with whatever colour you'd like the text to be.
Hope this helps!
