There is a work around in the upstream bug report. You can put the following into your gtkrc to change the text colour on the clock:
style "panel-clock" { fg[NORMAL] = "#FFFFFF" }
Related is bug 88263.
There is a work around in the upstream bug report. You can put the following into your gtkrc to change the text colour on the clock:
style "panel-clock"
{
fg[NORMAL] = "#FFFFFF"
}
Related is bug 88263.