LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Xmonad and gtk2 (https://www.linuxquestions.org/questions/linux-newbie-8/xmonad-and-gtk2-4175448380/)

midnight079 02-02-2013 03:31 PM

Xmonad and gtk2
 
I use Slackware with Xmonad and everything would be great, but i can't use gtk2-themes, it just doesn't work and all gtk2-based applications look a little ugly. How can i solve this problem?
P.S. Sorry for my English.

GazL 02-03-2013 11:12 AM

Create a .gtkrc-2.0 file in your home directory and put the following in it.
Code:

gtk-theme-name = "Xfce-4.6"
gtk-icon-theme-name = "gnome"

Change the theme names to suit your tastes.

TobiSGD 02-03-2013 03:45 PM

Alternatively you can use the programs xfce4-appearance-settings (pre-installed on a default Slackware install), gtk-chtheme or lxappearance (both available as Slackbuild) to set the GTK theme.


All times are GMT -5. The time now is 06:59 AM.