blob: d50ca65333bf9968782570f6a5f5685819fbcdc9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
|
style "back"
{
engine "pixmap"
{
image
{
function = FLAT_BOX
shadow=NONE
state = NORMAL
file="wave.svg"
stretch=TRUE
detail = "base"
}
}
}
style "time"
{
fg[NORMAL]="#ffffff"
font_name="Sans 12"
}
style "prompt"
{
fg[NORMAL]="#ffffff"
font_name="Sans Bold 22"
}
# Normally this won't paint an invisible event box, but we did some hacks in greeter.c.
style "bottom"
{
font_name="Sans 12"
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"
|