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"
|
2011-09-12 00:47:27 +02:00
|
|
|
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"
|
2011-09-12 00:47:27 +02:00
|
|
|
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"
|
|
|
|
{
|
2011-09-12 00:47:27 +02:00
|
|
|
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"
|