![]() |
ubuntu.com - launchpad.net - ubuntu help
|
|
|||||||
Ubuntu 9.10 is out!!!
When downloading Ubuntu 9.10 please consider using bittorrent to get your copy of Ubuntu. The Ubuntu Developers Summit for Lucid Lynx will be held the week of 16-Nov-2009 till 20-Nov-2009 in Dallas, TX USA. Visit the the Ubuntu wiki for more information about UDS and how to participate remotely. |
|
Tutorials & Tips The place to find Ubuntu related Tips & Tricks. |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
Fresh Brewed Ubuntu
![]() Join Date: Jan 2006
Location: Cannock, UK
Beans: 1,262
|
HOWTO Change Gnome Panel Text & Handle Colour
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: Code:
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"
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.
__________________
| Tamed Nature | |
|
|
|
|
|
#2 |
|
First Cup of Ubuntu
![]() Join Date: Dec 2007
Beans: 7
|
Re: HOWTO Change Gnome Panel Text & Handle Colour
Thanks for the how too, worked perfectly.
__________________
Gutsy with Gnome on Dell E1705 with Radeon Mobility X1400 and Broadcom B4328 |
|
|
|
|
|
#3 |
|
Chocolate-Covered Ubuntu Beans
![]() |
Re: HOWTO Change Gnome Panel Text & Handle Colour
Here is another way (almost the same)
http://ubuntuforums.org/showthread.php?t=334570 |
|
|
|
|
|
#4 |
|
A Carafe of Ubuntu
![]() Join Date: Nov 2005
Beans: 58
Ubuntu 7.10 Gutsy Gibbon
|
Re: HOWTO Change Gnome Panel Text & Handle Colour
Gnome Color Chooser also works nicely. It is available on gnome-look.org
|
|
|
|
|
|
#5 |
|
5 Cups of Ubuntu
![]() Join Date: Jan 2007
My beans are hidden!
|
Re: HOWTO Change Gnome Panel Text & Handle Colour
it's available on http://www.punk-***-bitch.org/gnome-color-chooser/ and not on gnome-look.org anymore
[edit] ok, the forum doesn't like that address *g* but it can be downloaded here: http://sourceforge.net/projects/gnomecc/ [/edit] |
|
|
|
|
|
#6 |
|
A Carafe of Ubuntu
![]() Join Date: Feb 2008
Location: Melbourne, Australia
Beans: 97
|
Re: HOWTO Change Gnome Panel Text & Handle Colour
Hey,
How would I exclude the gnome window list from the colour/font change in the panel ?? Thanks |
|
|
|
|
|
#7 |
|
First Cup of Ubuntu
![]() Join Date: Jan 2009
Beans: 4
|
i tried it and it didnt work. did i miss something?
|
|
|
|
|
|
#8 |
|
Just Give Me the Beans!
![]() Join Date: Jun 2009
Location: Sydney
Beans: 61
Ubuntu 9.10 Karmic Koala
|
Re: HOWTO Change Gnome Panel Text & Handle Colour
You need to restart the panel for any changes to take effect. You can do that by opening the terminal and typing:
Code:
killall gnome-panel Last edited by nathan726; August 1st, 2009 at 02:22 AM.. |
|
|
|
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|