Thread: iLiad Changing the GTK+ Theme
View Single Post
Old 02-20-2008, 09:47 AM   #1
yokos
Pac-Man caught my iLiad.
yokos can teach chickens to fly.yokos can teach chickens to fly.yokos can teach chickens to fly.yokos can teach chickens to fly.yokos can teach chickens to fly.yokos can teach chickens to fly.yokos can teach chickens to fly.yokos can teach chickens to fly.yokos can teach chickens to fly.yokos can teach chickens to fly.yokos can teach chickens to fly.
 
yokos's Avatar
 
Posts: 807
Karma: 3595
Join Date: Apr 2006
Location: Germany; next to Baltic Sea
Device: Boox Max Lumi, iRex iLiad (RIP)
Changing the GTK+ Theme

I'm playing with gtk+ 2.0 Change Theme right now.
It's an app with can preview/load GTK+ Themes.

My feeling was, the standard "grey" background color of all GTK apps is pretty ugly.

Most iLiad's internal software (ersetup etc.) are written in GTK. When you load a theme the look of these apps changes, too.
The effects of changing a theme are visible in the screen shots. Music player gimmix was used as sample GTK app.

XLiquid is not an optimal theme for iLiad, but it is pretty popular here.

content of file "_local/home/.gtkrc-2.0" on memory card:
Code:
# -- THEME AUTO-WRITTEN DO NOT EDIT
include "/usr/share/themes/XLiquid_GTK-1.0.3/gtk-2.0/gtkrc"

style "user-font" {
	font_name = "URW Bookman L, 10"
}

widget_class "*" style "user-font"

gtk-font-name="URW Bookman L, 10"

include "/usr/local/home/.gtkrc.mine"

# -- THEME AUTO-WRITTEN DO NOT EDIT
screenshots:
# gimmix [default theme is loaded]
# gtk-chtheme [loading the theme XLiquid]
# gimmix [XLiquid theme is loaded]
# iLiad settings (ersetup) [changed font, liquid pin code box]
Attached Thumbnails
Click image for larger version

Name:	01_Default_GTK_Theme_Gimmix.png
Views:	637
Size:	134.8 KB
ID:	10558   Click image for larger version

Name:	02_Choosing_GTK_Theme.png
Views:	600
Size:	149.4 KB
ID:	10559   Click image for larger version

Name:	03_Using_GTK_Theme_Gimmix.png
Views:	602
Size:	163.6 KB
ID:	10560   Click image for larger version

Name:	04_iLiad_Settings_XLiquid.png
Views:	598
Size:	110.5 KB
ID:	10561  

Last edited by yokos; 02-20-2008 at 10:22 AM. Reason: code
yokos is offline   Reply With Quote