slitaz-configs diff rootfs/usr/share/lxdm/themes/SliTaz/gtkrc @ rev 217

sts: fixes and use only one panel (we will have some gesture support!!!)
author Christophe Lincoln <pankso@slitaz.org>
date Wed Apr 16 18:20:51 2014 +0200 (2014-04-16)
parents
children
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/rootfs/usr/share/lxdm/themes/SliTaz/gtkrc	Wed Apr 16 18:20:51 2014 +0200
     1.3 @@ -0,0 +1,16 @@
     1.4 +
     1.5 +style "time"
     1.6 +{
     1.7 +	font_name="Sans Bold 10"
     1.8 +	fg[NORMAL]="#ffffff"
     1.9 +}
    1.10 +
    1.11 +style "bottom"
    1.12 +{
    1.13 +	font_name="Sans 10"
    1.14 +	fg[NORMAL] = "#000000"
    1.15 +}
    1.16 +
    1.17 +widget "lxdm.*.time" style "time"
    1.18 +widget "lxdm.*.bottom_pane" style "bottom"
    1.19 +widget_class "GtkWindow.*.GtkEventBox.*.<GtkLabel>" style "bottom"