source: trunk/debathena/config/gdm-config/debathena/debathena.xml @ 22719

Revision 22719, 5.2 KB checked in by tabbott, 17 years ago (diff)
In gdm-config: * New version using graphical theme. * Use gdm.conf-custom instead of gdm.conf when it exists in order to support Ubuntu.
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<!DOCTYPE greeter SYSTEM "greeter.dtd">
3<greeter>
4  <item type="rect">
5    <normal color="#660022" />
6    <pos x="0" y="0" width="100%" height="100%" anchor="nw" />
7  </item>
8  <item type="rect">
9    <normal color="#000000" />
10    <pos anchor="n" x="50%" y="25%" height="box" width="box" />
11    <box xpadding="1" ypadding="1">
12      <item type="rect">
13        <normal color="#FFFFFF" />
14        <pos height="box" width="box" />
15        <box orientation="vertical" spacing="20">
16          <item type="rect">
17            <pos x="50%" y="20" anchor="n" height="box" width="box" />
18            <box orientation="horizontal" spacing="40">
19              <item type="pixmap">
20                <normal file="debathena-owl-100.png" />
21                <pos y="50%" x="20" anchor="w" />
22              </item>
23              <item type="rect">
24                <pos y="50%" anchor="w" height="box" width="box" />
25                <box orientation="vertical" spacing="10">
26                  <item type="label">
27                    <normal color="#d70751" font="Trebuchet MS Bold 24" />
28                    <pos anchor="n" x="50%" />
29                    <text>Welcome to Debathena</text>
30                  </item>
31                  <item type="label">
32                    <pos anchor="n" x="50%" />
33                    <normal color="#000000" font="Trebuchet MS 14" />
34                    <text>%h</text>
35                  </item>
36                  <item type="label" id="clock">
37                    <normal color="#000000" font="Trebuchet MS 12" />
38                    <pos anchor="n" x="50%" />
39                    <text>%c</text>
40                  </item>
41                    </box>
42              </item>
43              <item type="pixmap">
44                <normal file="fuzzball-100.png" />
45                <pos y="50%" x="-20" anchor="e" />
46              </item>
47            </box>
48          </item>
49          <item type="label" id="pam-prompt">
50            <pos anchor="n" x="50%" />
51            <normal color="#000000" font="Trebuchet MS 12" />
52            <text></text>
53          </item>
54          <item type="rect">
55            <normal color="#000000" />
56            <pos anchor="n" x="50%" height="30" width="60%" />
57            <fixed>
58              <item type="entry" id="user-pw-entry">
59                <normal color="#000000" font="Trebuchet MS 14" />
60                <pos anchor="nw" x="2" y="2" height="-4" width="-4" />
61              </item>
62            </fixed>
63          </item>
64          <item type="label" id="caps-lock-warning">
65            <normal color="#000000" font="Trebuchet MS 12" />
66            <pos anchor="n" x="50%" />
67            <stock type="caps-lock-warning" />
68          </item>
69          <item type="label" id="pam-error">
70            <pos anchor="n" x="50%" />
71            <normal color="#000000" font="Trebuchet MS 12" />
72            <text></text>
73          </item>
74          <item type="label" id="timed-label">
75            <pos anchor="n" x="50%" />
76            <normal color="#000000" font="Trebuchet MS 12" />
77            <stock type="timed-label" />
78            <show type="timed" />
79          </item>
80          <item type="rect">
81            <pos anchor="n" x="50%" width="box" height="box" />
82            <box orientation="horizontal" spacing="50">
83              <item type="rect" id="session_button" button="true">
84                <pos anchor="w" width="120" height="36" />
85                <fixed>
86                  <item type="rect">
87                    <pos anchor="c" x="50%" y="50%" width="120" height="36" />
88                    <normal color="#000000" />
89                  </item>
90                  <item type="rect">
91                    <pos anchor="c" x="50%" y="50%" width="118" height="34" />
92                    <normal color="#FFFFFF" />
93                  </item>
94                  <item type="label">
95                    <normal color="#000000" font="Trebuchet MS 12" />
96                    <pos anchor="c" x="50%" y="50%" />
97                    <text>Login Options</text>
98                  </item>
99                </fixed>
100              </item>
101              <item type="rect" id="options_button" button="true">
102                <pos anchor="w" width="120" height="36" />
103                <fixed>
104                  <item type="rect">
105                    <pos anchor="c" x="50%" y="50%" width="120" height="36" />
106                    <normal color="#000000" />
107                  </item>
108                  <item type="rect">
109                    <pos anchor="c" x="50%" y="50%" width="118" height="34" />
110                    <normal color="#FFFFFF" />
111                  </item>
112                  <item type="label">
113                    <normal color="#000000" font="Trebuchet MS 12" />
114                    <pos anchor="c" x="50%" y="50%" />
115                    <text>Other Options</text>
116                  </item>
117                </fixed>
118              </item>
119            </box>
120          </item>
121        </box>
122      </item>
123     <!--item type="rect" width="0" />
124     </box></item>
125     <item type="rect" height="0" /-->
126    </box>
127  </item>
128<!-- pam message (hidden, but required) -->
129<item type="label" id="pam-message">
130  <pos x="50%" anchor="c" />
131  <normal alpha="0.00"/>
132  <text></text>
133</item>
134</greeter>
Note: See TracBrowser for help on using the repository browser.