Difference between revisions of "Improve GTK Application Looks"
(Movet to appropriate categories) |
m (Movet to appropriate categories) |
||
Line 1: | Line 1: | ||
[[Category:Eye candy (English)]] | [[Category:Eye candy (English)]] | ||
[[Category:Desktop environments (English)]] | [[Category:Desktop environments (English)]] | ||
+ | [[Category:HOWTOs (English)]] | ||
If you sometimes use old GTK1 apps (like xmms), you probably know they don't look nice. This is because they use ugly default theme. | If you sometimes use old GTK1 apps (like xmms), you probably know they don't look nice. This is because they use ugly default theme. |
Revision as of 14:48, 28 November 2006
If you sometimes use old GTK1 apps (like xmms), you probably know they don't look nice. This is because they use ugly default theme.
To change it, you need to:
- download and install some nice theme
- change the theme
Some nice themes are in [extra]. To install it:
# pacman -S gtk-smooth-engine
To change the theme you can use gtk-theme-switch:
# pacman -S gtk-theme-switch
then run it with 'switch' command. That's all. Isn't it better looking now? :)