You are not logged in.
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
[ Generated in 0.008 seconds, 7 queries executed - Memory usage: 510.42 KiB (Peak: 528.39 KiB) ]