systemsettings is part of the KDE (included in kdebase-workspace package). Navigate to Application Appearance to change window theme:
To change theme for gtk windows, edit/create file ~/.gtkrc-2.0:
include "/usr/share/themes/oxygen-gtk/gtk-2.0/gtkrc"
style "user-font" 
{
        font_name="Sans Serif "
}
widget_class "*" style "user-font"
gtk-font-name="Sans Serif  9"
gtk-theme-name="oxygen-gtk"
gtk-icon-theme-name="oxygen"
gtk-fallback-icon-theme="oxygen"
gtk-toolbar-style=GTK_TOOLBAR_ICONS
gtk-menu-images=0
gtk-button-images=0
or you can install kde-gtk-config (archlinux) and you should be able to edit these settings from systemsettings > Application Appearance > GTK:


No comments:
Post a Comment