Hi,
My wm is xfce4.
To change my panel font, I put this in my gtkrc theme :
it works fine.
But..
In gedit, the leftPanel 'file explorer' changes too. I don't want.
So, how can I change ONLY the xfce panel, not applications panel ??
Can xprop help me to know the difference of "class/widget name" between xfce panel and app panels ??
Thanks you
My wm is xfce4.
To change my panel font, I put this in my gtkrc theme :
Code:
style "panel" = "default"
{
font_name="aquafont 9"
}
widget_class "*Panel*" style "panel"
widget "*Panel*" style "panel"
class "*Panel*" style "panel"
it works fine.
But..
In gedit, the leftPanel 'file explorer' changes too. I don't want.
So, how can I change ONLY the xfce panel, not applications panel ??
Can xprop help me to know the difference of "class/widget name" between xfce panel and app panels ??
Thanks you