You are not logged in.
Hello all,
i use XFCE Panel 4.12.0.3-fc22 and i will change the Font Color of the Panel. (from Black to White e.g.) how can i do this? - i have read some thinks about (XFCE) Settings Manager. My Idea: I click on "new" (property) and set "font-color" it this possible?
thanks
“The internet is a reflection of our society and that mirror is going to be reflecting what we see.
If we do not like what we see in that mirror the problem is not to fix the mirror, we have to fix society.” Vint Cerf
Offline
You can't set different font colours for different panels. you can, however, set different font colours for individual widgets on panels.
Have a look at this thread for the basic idea. To identify the widget name, go to the Items Tab of the Panel Properties and hover your mouse over the widget that you want to affect. Then you can use that widget name in the last part of the hack to effect just that widget. A basic example, to change the colour of the Applications Menu panel text, would be something like:
style "appmenu_font_colour" {
fg[NORMAL] = "#729fcf"
fg[PRELIGHT] = "#729fcf"
fg[SELECTED] = "#729fcf"
fg[ACTIVE] = "#729fcf"
}
widget "*applicationsmenu-*" style "appmenu_font_colour"
Please remember to mark your thread [SOLVED] to make it easier for others to find
--- How To Ask For Help | FAQ | Developer Wiki | Community | Contribute ---
Offline
yep! it works. thanks!
“The internet is a reflection of our society and that mirror is going to be reflecting what we see.
If we do not like what we see in that mirror the problem is not to fix the mirror, we have to fix society.” Vint Cerf
Offline
[ Generated in 0.008 seconds, 7 queries executed - Memory usage: 524.69 KiB (Peak: 530.23 KiB) ]