LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   gtk,qt theme changing in fvwm (https://www.linuxquestions.org/questions/linux-software-2/gtk-qt-theme-changing-in-fvwm-313192/)

cb951303 04-14-2005 10:35 AM

gtk,qt theme changing in fvwm
 
how can I change GTK and QT themes without installing a theme changer?

kostian 04-14-2005 02:49 PM

for GTK2 you need to edit your ~/.gtkrc (or is it .gtkrc-2.0, I have symlinked them) to include something like this
Code:

include "/path/to/theme/gtk-2.0/gtkrc"
gtk-icon-theme-name = "Xi-GNOME" #where Xi-GNOME is a icons folder in your ~/.icons

the same thing goes for gtk1 include "/path/to/theme/gtk/gtkrc"


All times are GMT -5. The time now is 08:57 AM.