Ability to round panel icons seperately of other menu/app icons

Your rating: None
I was wondering whether there is a way of rounding the corners of the gnome 'Main Menu' separately of the other gtk roundness? for example changing: roundness = 2 to 4 or 5 in the gtkrc makes every part of the menu rounded, included buttons etc. Is there a way to do this but just for specific panel apps? would it be a case of somehow using two gtk themes? Cheers
Dan PS: sorry for the post in the Feature Request section... I couldnt really find any forum or anything
Status: 
Rejected
AttachmentSize
Screenshot-Panel Properties.png21.83 KB

That does not depend on

That does not depend on murrine, but I guess it could be done with some widget matching in the gtkrc.
for example (this is not correct, just to give you the idea) widget_class "*Panel*GtkButton*".....

Hello there, thanks for the

Hello there, thanks for the pointer! I'm pretty new to the whole gtk engine thing, but i've figured out exactly what I wanted to do. For people who wish to do something similar, this is what I added to the gtkrc file to only make the gnome main menu buttons (not the menu itself) rounded... This will however theme the other buttons in a similar way: style "murrine-gnomemainmenu"
{
engine "murrine"
{
roundness = 7
}
} widget_class "*Panel*MenuBar*" style "murrine-gnomemainmenu" Hope this helps anyone with similar issues
Cheers
Dan

Post new comment

The content of this field is kept private and will not be shown publicly.
  • Web page addresses and e-mail addresses turn into links automatically.
  • Lines and paragraphs break automatically.
  • Allowed HTML tags: <a> <b> <strong> <i> <em> <u> <br />

More information about formatting options

CAPTCHA
This question is for testing whether you are a human visitor and to prevent automated spam submissions. Registered users are trusted and don't require this verification.
8 + 7 =
Solve this simple math problem and enter the result. E.g. for 1+3, enter 4.