The code in Step 1 below sets the font color to white and applies DS-Digital font (See below), bold and size 16.
-
Open up the text editor Gedit and paste the following code:
style "my-panel-clock"
{
fg[NORMAL] = "#FFFFFF"
font_name = "DS-Digital Bold 16"
}
widget "*.clock-applet-button.*" style "my-panel-clock" - Save the file as .gtkrc-2.0 (including the dot in front of the filename) inside your home directory /home/your_user_name.
- Log out and log back in (OR enter killall gnome-panel into the Terminal) to see the change.
The filename leading by a dot represents it's a hidden file and visible by toggling the key Ctrl-H in the Nautilus file browser.