thayer /.gtkrc.mine

Sets GTK font, icon theme and disables icons in toolbars.
gtk-icon-theme-name = "gnome-folders"
gtk-font-name = "Arial 8"
style "user-font"
{
        font_name = "Arial 8"
}
widget_class "*" style "user-font"
#gtk-toolbar-style   = GTK_TOOLBAR_ICONS  # icons only
gtk-toolbar-style   = GTK_TOOLBAR_TEXT  	# text only
#gtk-toolbar-style   = GTK_TOOLBAR_BOTH 	# icons and text (default)
#gtk-toolbar-style   = GTK_TOOLBAR_BOTH_HORIZ # Icons and text
#gtk-toolbar-icon-size = GTK_ICON_SIZE_SMALL_TOOLBAR  # small icons

# see http://www.gtk.org/api/2.6/gtk/GtkSettings.html for more options