51 lines
805 B
Plaintext
Raw Normal View History

2010-02-14 13:12:23 +01:00
style "back"
{
engine "pixmap"
{
image
{
function = FLAT_BOX
2010-07-10 15:24:42 +02:00
shadow = NONE
2010-02-14 13:12:23 +01:00
state = NORMAL
2010-07-10 15:24:42 +02:00
file = "wall.png"
stretch = TRUE
2010-02-14 13:12:23 +01:00
detail = "base"
}
}
}
style "time"
{
2010-07-10 15:24:42 +02:00
fg[NORMAL] = "#ffffff"
font_name = "Ubuntu 10"
2010-02-14 13:12:23 +01:00
}
style "prompt"
{
2010-07-10 15:24:42 +02:00
fg[NORMAL] = "#ffffff"
font_name = "Ubuntu Bold 10"
2010-02-14 13:12:23 +01:00
}
# Normally this won't paint an invisible event box, but we did some hacks in greeter.c.
style "bottom"
{
font_name = "Ubuntu 10"
2010-02-14 13:12:23 +01:00
fg[NORMAL] = "#9E9D9B"
engine "pixmap"
{
image
{
function = FLAT_BOX
2010-07-10 15:24:42 +02:00
file = "shade.png"
stretch = TRUE
detail = "eventbox"
2010-02-14 13:12:23 +01:00
}
}
}
widget "lxdm" style "back"
widget "lxdm.*.time" style "time"
widget "lxdm.*.prompt" style "prompt"
widget "lxdm.*.bottom_pane" style "bottom"
widget_class "GtkWindow.*.GtkEventBox.*.<GtkLabel>" style "bottom"