summaryrefslogtreecommitdiffstats
path: root/ubuntu/_base/defaultsettings/desktop-base/debian/distrospecific/tdm-theme/moreblue-orbit/moreblue-orbit.xml
blob: 2d1234bcd45604dc1aa56db037237ade39841737 (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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE greeter SYSTEM "greeter.dtd">
<greeter>

<!-- main pic, login pic -->
<item type="pixmap">
	<normal file="background.png"/>
	<pos x="0" y="0" width="100%" height="100%"/>

	<fixed>
	<item type="pixmap">
		<normal file="boundingbox.png"/>
		<pos anchor="c" x="50%" y="50%" width="400" height="282"/>

		<!-- Welcome -->
		<fixed>
		<item type="label">
			<pos anchor="nc" x="50%" y="18%"/>
			<normal color="#000000" font="Sans Bold 18"/>
			<stock type="welcome-label"/>
		</item>
		</fixed>

		<fixed>
		<item type="rect">
			<normal color="#ffff00" alpha="0.0"/>
			<pos anchor="e" x="50%" y="50%" width="190" height="180"/>

			<!-- username-label -->
			<fixed>
			<item type="label">
				<pos anchor="ne" x="90%" y="40%"/>
				<normal color="#000000" font="Sans Bold 10"/>
				<stock type="username-label"/>
			</item>
			</fixed>

			<!-- password-label -->
			<fixed>
			<item type="label">
				<pos anchor="ne" x="90%" y="60%"/>
				<normal color="#000000" font="Sans Bold 10"/>
				<stock type="password-label"/>
			</item>
			</fixed>
		</item>
		</fixed>

		<fixed>
		<item type="rect">
			<normal color="#00ffff" alpha="0.0"/>
			<pos anchor="w" x="50%" y="50%" width="190" height="180"/>

			<!-- username-entry -->
			<fixed>
			<item type="entry" id="user-entry">
				<pos anchor="n" x="30%" y="35%" height="25" width="150"/>
			</item>
			</fixed>

			<!-- password-entry -->
			<fixed>
			<item type="entry" id="pw-entry">
				<pos anchor="n" x="30%" y="55%" height="25" width="150"/>
			</item>
			</fixed>
		</item>
		</fixed>
	</item>
	</fixed>

	<!-- capslock-warning -->
	<fixed>
	<item type="rect" id="caps-lock-warning">
		<pos anchor="c" x="50%" y="50%" width="box" height="box"/>
		<box orientation="vertical" min-width="400" xpadding="10" ypadding="5" spacing="0">
			<item type="label">
				<normal color="#000000" font="Sans 12"/>
				<pos anchor="n" x="50%" y="90"/>
				<stock type="caps-lock-warning"/>
			</item>
		</box>
	</item>
	</fixed>

	<!-- Login-Error -->
	<fixed>
	<item type="rect" id="pam-error">
		<pos anchor="c" x="50%" y="50%" width="box" height="box"/>
		<box orientation="vertical" min-width="400" xpadding="10" ypadding="5" spacing="0">
			<item type="label">
				<normal color="#000000" font="Sans 12"/>
				<pos anchor="n" x="50%" y="60"/>
				<text>Login failed.</text>
			</item>
		</box>
	</item>
	</fixed>

</item>

<!-- icons and text in bottom bar -->
<item type="rect">
	<pos x="0" y="-60" width="100%" height="60"/>

	<fixed>
	<item type="pixmap" id="session_button" button="true">
		<normal file="icon-session.png"/>
		<pos x="20" y="20"/>
	</item>
	</fixed>

	<!-- session-button -->
	<fixed>
	<item type="rect" id="session_button" button="true">
		<pos x="60" y="30" width="110" height="100%"/>
		<fixed>
		<item type="label">
			<normal color="#ffffff" font="Sans Bold 12"/>
			<prelight color="#bbbbbb" font="Sans Bold 12"/>
			<active color="#bbbbbb" font="Sans Bold 12"/>
			<pos y="0" x="0"/>
			<stock type="session"/>
		</item>
		</fixed>
	</item>
	</fixed>

	<fixed>
	<item type="pixmap" id="system_button" button="true">
		<normal file="icon-reboot.png"/>
		<pos x="180" y="20"/>
	</item>
	</fixed>

	<!-- menu-button -->
	<fixed>
	<item type="rect" id="system_button" button="true">
		<show modes="console" type="system"/>
		<pos x="215" y="30" width="50" height="100%"/>
		<fixed>
		<item type="label">
			<normal color="#ffffff" font="Sans Bold 12"/>
			<prelight color="#bbbbbb" font="Sans Bold 12"/>
			<active color="#bbbbbb" font="Sans Bold 12"/>
			<pos y="0" x="0"/>
			<stock type="system"/>
		</item>
		</fixed>
	</item>
	</fixed>

	<!-- clock -->
	<fixed>
	<item type="label" id="clock">
		<normal color="#ffffff" font="Sans Bold 11"/>
		<pos anchor="se" x="-20" y="-10"/>
		<text>%c</text>
	</item>
	</fixed>
</item>
</greeter>