Julien Lavergne 39f72e611d * Backup current artwork items to 1204 items.
* debian/control & debian/lubuntu-artwork-12.10.install
 - Add new binary for 12.10 artwork.
2012-07-05 21:07:13 +02:00

51 lines
805 B
Plaintext

style "back"
{
engine "pixmap"
{
image
{
function = FLAT_BOX
shadow = NONE
state = NORMAL
file = "wall.png"
stretch = TRUE
detail = "base"
}
}
}
style "time"
{
fg[NORMAL] = "#ffffff"
font_name = "Ubuntu 10"
}
style "prompt"
{
fg[NORMAL] = "#ffffff"
font_name = "Ubuntu Bold 10"
}
# Normally this won't paint an invisible event box, but we did some hacks in greeter.c.
style "bottom"
{
font_name = "Ubuntu 10"
fg[NORMAL] = "#9E9D9B"
engine "pixmap"
{
image
{
function = FLAT_BOX
file = "shade.png"
stretch = TRUE
detail = "eventbox"
}
}
}
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"