[Geany-Users] GTK Theming

Mike Miller geany-users at xxxxx
Tue May 9 22:55:13 UTC 2017


Hi all,

I'd like to change the main menu font size on Geany.  Long story but I have two 
monitors with different DPIs and need the menus and notebook tabs to be smaller 
on the larger monitor, because they're huge.

Using these instructions: 
http://www.geany.org/manual/current/#defining-own-widget-styles-using-gtkrc-2-0

I put this in my ~/.gtkrc-2.0 and in the same file in my current theme, but it 
didn't work:


style "geanyStyle"
{
     font_name="Sans 10"
}

widget "GeanyToolbarMenu" style "geanyStyle"

style "geanyStyle2"
{
     font_name="Sans 10"
}
widget "GeanyMenubar" style "geanyStyle2"


Not sure why it doesn't work.  :/


More information about the Users mailing list