summaryrefslogtreecommitdiff
path: root/themes/gdm/altusmetrum.xml
diff options
context:
space:
mode:
authorBdale Garbee <bdale@gag.com>2012-09-12 20:01:22 -0600
committerBdale Garbee <bdale@gag.com>2012-09-12 20:01:22 -0600
commit3b612efcd1dddc6a3d59012f7ed57754b1f798c2 (patch)
tree18d50713491ef96c5c127a309f870efb6c33f98d /themes/gdm/altusmetrum.xml
parente076773c1693e2a62bb828dee71c04c20dbab0a5 (diff)
parent01eb36408d7e0e826b431fcc1d3b2deb23607e0b (diff)
Merge branch 'new-debian' into debian
Conflicts: ChangeLog debian/altos.install debian/changelog debian/control debian/copyright debian/dirs debian/docs debian/menu debian/rules src/Makefile
Diffstat (limited to 'themes/gdm/altusmetrum.xml')
-rw-r--r--themes/gdm/altusmetrum.xml60
1 files changed, 60 insertions, 0 deletions
diff --git a/themes/gdm/altusmetrum.xml b/themes/gdm/altusmetrum.xml
new file mode 100644
index 00000000..e2755e8e
--- /dev/null
+++ b/themes/gdm/altusmetrum.xml
@@ -0,0 +1,60 @@
+<?xml version="1.0"?>
+<!DOCTYPE greeter SYSTEM "greeter.dtd">
+<greeter>
+
+<item type="pixmap">
+ <normal file="background.png"/>
+ <pos x="0" y="0" width="100%" height="100%"/>
+</item>
+
+<item type="rect">
+ <normal color="#ffffff" alpha="0.1"/>
+ <pos anchor="center" x="50%" y="94%" width="100%" height="6%"/>
+ <fixed>
+ <item type="rect">
+ <normal color="#000000" alpha="0.3"/>
+ <pos anchor="w" x="84%" y="50%" height="24" width="15%"/>
+ <fixed>
+ <item type="entry" id="user-pw-entry">
+ <pos anchor="nw" x="1" y="1" height="-2" width="-2"/>
+ <normal color="#000000" font="Bitstream Vera Sans 10"/>
+ </item>
+ </fixed>
+ </item>
+ </fixed>
+</item>
+
+<item type="label" id="system_button" button="true">
+ <pos anchor="w" x="1%" y="94%"/>
+ <normal font="Bitstream Vera Sans Bold 10" color="#ffffff" alpha="0.8"/>
+ <active font="Bitstream Vera Sans Bold 10" color="#ffffff" alpha="0.8"/>
+ <prelight font="Bitstream Vera Sans Bold 10" color="#ffffff"/>
+ <text>%n | %c</text>
+</item>
+
+<item type="label" id="pam-prompt">
+ <pos anchor="e" x="83%" y="94%"/>
+ <normal font="Bitstream Vera Sans Bold 10" color="#ffffff" alpha="0.8"/>
+ <stock type="username-label"/>
+</item>
+
+<item type="label" id="timed-label">
+ <pos anchor="center" x="50%" y="30%"/>
+ <show type="timed"/>
+ <normal font="Bitstream Vera Sans Bold 10" color="#ffffff"/>
+ <stock type="timed-label"/>
+</item>
+
+<item type="label" id="pam-error">
+ <pos anchor="center" x="50%" y="50%"/>
+ <normal font="Bitstream Vera Sans Bold 10" color="#ffffff"/>
+ <text></text>
+</item>
+
+<item type="label" id="caps-lock-warning">
+ <pos anchor="center" x="50%" y="70%"/>
+ <normal font="Bitstream Vera Sans Bold 10" color="#ffffff"/>
+ <stock type="caps-lock-warning"/>
+</item>
+
+</greeter>