aboutsummaryrefslogtreecommitdiff
path: root/files/etc/gdm/themes/dasUberMini/dasUberMini.xml
blob: 51eca3de9c37e9659eac3a176b942c51a5004ca5 (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
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE greeter SYSTEM "greeter.dtd">
<!-- INFORMATION
	NAME:			"Das Uber Mini"
  DATE:     June 8, 2009
  VERSION:  1.0
  AUTHOR:   Ryan Johnson (CITguy) (rhino.citguy@gmail.com)
      			Copyright Ryan Johnson 2009 (GPLv3)
-->
<greeter>

	<!-- BLACK BACKGROUND -->
	<!--
		The entire background is a button for options.
		Here's the kicker, the options button appears above the last instance of the options_button id (which is the rectangle behind the prompt).
	-->
	<item type="rect" background="true" id="options_button" button="true">
		<pos x="50%" y="50%" width="100%" height="100%" anchor="c" />
		<normal color="#000000" alpha="1.0" />
	</item>
	<!-- Text Entry for Login -->

	<item type="entry" id="user-pw-entry">
		<pos anchor="nw" x="2%" y="2%" width="96%" height="30" />
		<normal color="#ffffff" font="FreeSans 20" />
	</item>
	<item type="rect" id="options_button" button="true">
		<pos anchor="w" x="2%" y="2%" width="96%" height="30" />
		<normal color="#ff0000" alpha="0.0" />
	</item>


</greeter>