Xfce Forum

Sub domains
 

You are not logged in.

#1 2013-06-11 19:48:13

tauro
Member
Registered: 2013-06-11
Posts: 1

Different x/ythickness for each different panel in .gtkrc-2.0

Hello people,

The question is in the topic's subject. Can it be done? Is there other way to do it than editing the .gtkrc-2.0 file?

Full story:

I use two panels in my desktop. Both horizontal, one in the top and the other in the bottom.

I was personalizing my theme so that the icons in the top panel looked big, so I had to change 3 to 1 in this part of the Adwaita's gtkrc:

style "button" {
    xthickness = 1
    ythickness = 1
}

While this solves the problem for the upper panel, this isn't looking good in the bottom panel. There I need the old configuration i.e. xthickness = 3 ythickness = 3.

I found out that I can change the panels' properties editing the ~/.gtkrc-2.0 file. For instance:

style "panel"
{
    xthickness = 3
    ythickness = 3
}

widget_class "*Panel*" style "panel"
widget "*Panel*" style "panel"
class "*Panel*" style "panel"

is a good example but each change I do applies to both panels and I can't find a way to edit the panels separately.

How could this be done? Is there other way than editing .gtkrc-2.0 file? I bet it is possible. Please tell me.

Thank you very much in advance.

Offline

Board footer

Powered by FluxBB