You are not logged in.
I am using openbox in xfce for more speed.
I am using the gtk2 and gtk3 winate "windows 7" theme for lxde.
It works very good except for the panel windows buttons & notifications icons.
I think the windows buttons would be more readable with the text in black.
The notifications icons blackground is gray instead of blue.
How do I fix this?
Offline
Hello and welcome.
I think the windows buttons would be more readable with the text in black.
Add the following content to ~/.gtkrc-2.0 (create the file if it doesn't exist):
style "black-wb-text"
{
fg[NORMAL] = "#000000"
fg[PRELIGHT] = "#000000"
fg[ACTIVE] = "#000000"
}
widget "*tasklist*" style "black-wb-text"
The notifications icons blackground is gray instead of blue.
Can you show a screenshot of this issue?
And can you also confirm that you are using the "Notification Area" and not the "Indicator Plugin"?
Btw, which distro and which version of Xfce are you using
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
[ Generated in 0.006 seconds, 7 queries executed - Memory usage: 518.95 KiB (Peak: 520.84 KiB) ]