You are not logged in.
Pages: 1
Im using KDE.
And I wan't to change my GTK theme. What do I do?
Offline
Try gtk-chtheme or switch2
Offline
Another good try would be to install the package "gtk-qt-engine" where all ur gtk apps mostly look the same as the onces as KDE. there also is a little control center entry for choosing either to use kde's engine/look fot gtk apps or choose a gtk theme uve installed.
cheers,
detto
Offline
detto, thank you very much, this was useful for me.
Offline
Another solution, without installing anything, it's modifying the ~/.gtkrc or ~/.gtkrc-2.0 (depending on the version), changing/inserting:
gtk-theme-name = "whatever_theme"
To get something done, a committee should consist of no more than three persons, two of them absent.
--
My Github
Offline
Here is the complete list:
http://bbs.archlinux.org/viewtopic.php?p=167335#167335
to live is to die
Offline
How can I change icons used in GTK apps without instaling Gnome control center?
Offline
How can I change icons used in GTK apps without instaling Gnome control center?
I have this line in my ~/.gtkrc-2.0
include "/home/gustavo/.gtkrc.mine"
and my .gtkrc.mine has this:
gtk-font-name = "Bitstream 8"
gtk-icon-theme-name = "nuoveXT-1.6"
All my icon themes are in ~/.icons
Offline
arox1 wrote:How can I change icons used in GTK apps without instaling Gnome control center?
I have this line in my ~/.gtkrc-2.0
include "/home/gustavo/.gtkrc.mine"
and my .gtkrc.mine has this:
gtk-font-name = "Bitstream 8" gtk-icon-theme-name = "nuoveXT-1.6"
All my icon themes are in ~/.icons
Thank you
Offline
Pages: 1