slitaz-configs view rootfs/usr/share/lxdm/themes/SliTaz/gtkrc @ rev 161

Add configs for LXDM (will not use it by default but support it)
author Christophe Lincoln <pankso@slitaz.org>
date Fri Apr 20 16:24:42 2012 +0200 (2012-04-20)
parents
children
line source
2 style "time"
3 {
4 font_name="Sans Bold 10"
5 fg[NORMAL]="#ffffff"
6 }
8 style "bottom"
9 {
10 font_name="Sans 10"
11 fg[NORMAL] = "#000000"
12 }
14 widget "lxdm.*.time" style "time"
15 widget "lxdm.*.bottom_pane" style "bottom"
16 widget_class "GtkWindow.*.GtkEventBox.*.<GtkLabel>" style "bottom"