1 | <?xml version="1.0" encoding="UTF-8"?> |
---|
2 | <!DOCTYPE greeter SYSTEM "greeter.dtd"> |
---|
3 | <greeter> |
---|
4 | <!-- The background --> |
---|
5 | <item type="pixmap"> |
---|
6 | <normal file="marble-512x512.png" /> |
---|
7 | <pos x="0" y="0" width="100%" height="100%" anchor="nw" /> |
---|
8 | </item> |
---|
9 | <!-- Bottom bar --> |
---|
10 | <item type="rect"> |
---|
11 | <normal color="#000000"/> |
---|
12 | <pos x="0" y="-60" width="100%" height="60"/> |
---|
13 | <fixed> |
---|
14 | <!-- The black border of the bottom bar --> |
---|
15 | <item type="rect" background="true"> |
---|
16 | <normal color="#ffffff"/> |
---|
17 | <pos x="0" y="5" width="100%" height="100%"/> |
---|
18 | <!-- A box containing the session and action buttons --> |
---|
19 | <box orientation="horizontal" spacing="10" xpadding="10" ypadding="0"> |
---|
20 | <item type="button" id="session_button"> |
---|
21 | <pos y="50%" anchor="w" height="30" width="100"/> |
---|
22 | <stock type="session"/> |
---|
23 | </item> |
---|
24 | <item type="button" id="options_button"> |
---|
25 | <pos y="50%" anchor="w" width="100" height="30" /> |
---|
26 | <stock type="system"/> |
---|
27 | </item> |
---|
28 | </box> |
---|
29 | </item> |
---|
30 | <!-- The clock --> |
---|
31 | <item type="label" id="clock"> |
---|
32 | <normal color="#000000" font="Trebuchet MS 10" /> |
---|
33 | <pos x="-10" y="50%" anchor="e" /> |
---|
34 | <text>%c</text> |
---|
35 | </item> |
---|
36 | <!-- The caps-lock icon --> |
---|
37 | <item type="pixmap" id="caps-lock-warning"> |
---|
38 | <pos x="80%" y="50%" anchor="c" /> |
---|
39 | <normal file="capslock.png" /> |
---|
40 | </item> |
---|
41 | <!-- The sipb and isnt logos --> |
---|
42 | <item type="pixmap"> |
---|
43 | <normal file="bottomlogo.png" /> |
---|
44 | <pos x="50%" y="55%" anchor="c" /> |
---|
45 | </item> |
---|
46 | </fixed> |
---|
47 | </item> |
---|
48 | <!-- The owl icon --> |
---|
49 | <item type="pixmap"> |
---|
50 | <normal file="owl-glow.png" /> |
---|
51 | <pos x="50%" y="5%" anchor="n" /> |
---|
52 | </item> |
---|
53 | <!-- The background for the login box --> |
---|
54 | <item type="pixmap"> |
---|
55 | <normal file="loginbox.png" /> |
---|
56 | <pos x="50%" y="45%" anchor="c" width="500" height="320" /> |
---|
57 | </item> |
---|
58 | <!-- An invisible rectangle for the login box --> |
---|
59 | <item type="rect"> |
---|
60 | <normal color="#000000" alpha="0.0" /> |
---|
61 | <pos anchor="c" x="50%" y="46%" width="400" height="220" /> |
---|
62 | <box orientation="vertical" padding="5" spacing="10" homogenous="false"> |
---|
63 | <!-- Welcome --> |
---|
64 | <item type="label" id="title"> |
---|
65 | <normal color="#993333" font="Trebuchet MS Bold 20" /> |
---|
66 | <pos anchor="c" x="50%" y="50%"/> |
---|
67 | <text>Welcome to Athena</text> |
---|
68 | </item> |
---|
69 | <!-- Hostname --> |
---|
70 | <item type="label"> |
---|
71 | <normal color="#993333" font="Trebuchet MS Bold 14" /> |
---|
72 | <pos anchor="n" x="50%" /> |
---|
73 | <text>%h</text> |
---|
74 | </item> |
---|
75 | <!-- Timed login (we don't use this) --> |
---|
76 | <item type="label" id="timed-label"> |
---|
77 | <normal color="#000000" font="Trebuchet MS 12" /> |
---|
78 | <pos anchor="n" x="50%" /> |
---|
79 | <stock type="timed-label"/> |
---|
80 | <show type="timed" /> |
---|
81 | </item> |
---|
82 | <!-- Spacer (empty label) shown in console (normal) mode --> |
---|
83 | <item type="label"> |
---|
84 | <normal color="#000000" font="Trebuchet MS 12" /> |
---|
85 | <pos anchor="n" x="50%" /> |
---|
86 | <show type="console" /> |
---|
87 | <text></text> |
---|
88 | </item> |
---|
89 | <!-- PAM prompt --> |
---|
90 | <!-- text tag is ignored, but set here because gdmthemetester |
---|
91 | is broken --> |
---|
92 | <item type="label" id="pam-prompt"> |
---|
93 | <pos anchor="n" x="50%" /> |
---|
94 | <normal color="#000000" font="Trebuchet MS 12" /> |
---|
95 | <text>Username:</text> |
---|
96 | </item> |
---|
97 | <!-- black border around username field --> |
---|
98 | <item type="rect"> |
---|
99 | <normal color="#000000" /> |
---|
100 | <pos anchor="n" x="50%" height="30" width="60%"/> |
---|
101 | <fixed> |
---|
102 | <!-- username field --> |
---|
103 | <item type="entry" id="user-pw-entry"> |
---|
104 | <normal color="#000000" font="Trebuchet MS Bold 12" /> |
---|
105 | <pos anchor="nw" x="2" y="2" height="-4" width="-4" /> |
---|
106 | </item> |
---|
107 | </fixed> |
---|
108 | </item> |
---|
109 | <!-- PAM error text (ie: username/passsword incorret --> |
---|
110 | <item type="label" id="pam-error"> |
---|
111 | <pos anchor="n" x="50%" /> |
---|
112 | <normal color="#ff0000" font="Trebuchet MS 10" /> |
---|
113 | <text></text> |
---|
114 | </item> |
---|
115 | </box> |
---|
116 | </item> |
---|
117 | |
---|
118 | <!-- pam message (hidden, but required) --> |
---|
119 | <item type="label" id="pam-message"> |
---|
120 | <pos x="50%" anchor="c" /> |
---|
121 | <normal alpha="1.00"/> |
---|
122 | <text></text> |
---|
123 | </item> |
---|
124 | </greeter> |
---|