You are not logged in.
Pages: 1
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
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
Pages: 1
[ Generated in 0.006 seconds, 7 queries executed - Memory usage: 515.42 KiB (Peak: 529.81 KiB) ]