read preferences for --replay
[fw/altos] / themes / gdm / altusmetrum.xml
1 <?xml version="1.0"?>
2 <!DOCTYPE greeter SYSTEM "greeter.dtd">
3 <greeter>
4
5 <item type="pixmap">
6         <normal file="background.png"/>
7         <pos x="0" y="0" width="100%" height="100%"/>
8 </item>
9
10 <item type="rect">
11         <normal color="#ffffff" alpha="0.1"/>
12         <pos anchor="center" x="50%" y="94%" width="100%" height="6%"/>
13         <fixed>
14                 <item type="rect">
15                         <normal color="#000000" alpha="0.3"/>
16                         <pos anchor="w" x="84%" y="50%" height="24" width="15%"/>
17                         <fixed>
18                                 <item type="entry" id="user-pw-entry">
19                                         <pos anchor="nw" x="1" y="1" height="-2" width="-2"/>
20                                         <normal color="#000000" font="Bitstream Vera Sans 10"/>
21                                 </item>
22                         </fixed>
23                 </item>
24         </fixed>
25 </item>
26
27 <item type="label" id="system_button" button="true">
28         <pos anchor="w" x="1%" y="94%"/>
29         <normal font="Bitstream Vera Sans Bold 10" color="#ffffff" alpha="0.8"/>
30         <active font="Bitstream Vera Sans Bold 10" color="#ffffff" alpha="0.8"/>
31         <prelight font="Bitstream Vera Sans Bold 10" color="#ffffff"/>
32         <text>%n | %c</text>
33 </item>
34
35 <item type="label" id="pam-prompt">
36         <pos anchor="e" x="83%" y="94%"/>
37         <normal font="Bitstream Vera Sans Bold 10" color="#ffffff" alpha="0.8"/>
38         <stock type="username-label"/>
39 </item>
40
41 <item type="label" id="timed-label">
42         <pos anchor="center" x="50%" y="30%"/>
43         <show type="timed"/>
44         <normal font="Bitstream Vera Sans Bold 10" color="#ffffff"/>
45         <stock type="timed-label"/>
46 </item>
47
48 <item type="label" id="pam-error">
49         <pos anchor="center" x="50%" y="50%"/>
50         <normal font="Bitstream Vera Sans Bold 10" color="#ffffff"/>
51         <text></text>
52 </item>
53
54 <item type="label" id="caps-lock-warning">
55         <pos anchor="center" x="50%" y="70%"/>
56         <normal font="Bitstream Vera Sans Bold 10" color="#ffffff"/>
57         <stock type="caps-lock-warning"/>
58 </item>
59
60 </greeter>