Xfce Forum

Sub domains
 

You are not logged in.

#1 2008-11-26 18:33:26

atihip
Member
Registered: 2008-07-10
Posts: 1

Change Clock Color in Panel?

How can I change the font color for the clock in the panel. I have a dark theme set, but the font of the clock is black so it's next to impossible to see, how it be changed?

Offline

#2 2008-12-03 09:13:03

gamin
Member
Registered: 2007-12-14
Posts: 15

Re: Change Clock Color in Panel?

Maybe adding the following entry in the panel gtk configuration section.


text[NORMAL]      = "#efefef"

For example

style "panelbg"
{
  xthickness = 0
  ythickness = 0
  text[NORMAL]      = "#efefef"
  bg_pixmap[NORMAL] = "panelbg.png"
  bg[NORMAL]        = "#676767"
  bg[ACTIVE]        = "#555555"
  bg[PRELIGHT]      = "#999999"
  fg[NORMAL]        = "#efefef"
  fg[ACTIVE]        = "#efefef"
}

Offline

Board footer

Powered by FluxBB