diff options
| author | Bdale Garbee <bdale@gag.com> | 2010-05-18 00:24:03 -0600 |
|---|---|---|
| committer | Bdale Garbee <bdale@gag.com> | 2010-05-18 00:24:03 -0600 |
| commit | bc89d962c87b50e5487628f8ca25e4443ac4823d (patch) | |
| tree | 29af61f78dacfea49715670e515200391b6e5a67 /themes/gdm | |
| parent | 0c6cf621dfd8339b8bc3915750a3147235f1331b (diff) | |
merge the altusmetrum-themes package
Diffstat (limited to 'themes/gdm')
| -rw-r--r-- | themes/gdm/GdmGreeterTheme.desktop | 7 | ||||
| -rw-r--r-- | themes/gdm/altusmetrum.xml | 60 | ||||
| -rw-r--r-- | themes/gdm/screenshot.png | bin | 0 -> 38754 bytes |
3 files changed, 67 insertions, 0 deletions
diff --git a/themes/gdm/GdmGreeterTheme.desktop b/themes/gdm/GdmGreeterTheme.desktop new file mode 100644 index 00000000..b0fa34b9 --- /dev/null +++ b/themes/gdm/GdmGreeterTheme.desktop @@ -0,0 +1,7 @@ +[GdmGreeterTheme] +Greeter=altusmetrum.xml +Name=AltusMetrum +Description=altusmetrum.org +Author=Bdale Garbee +Copyright=Bdale Garbee +Screenshot=screenshot.png 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> diff --git a/themes/gdm/screenshot.png b/themes/gdm/screenshot.png Binary files differnew file mode 100644 index 00000000..5c49ec1c --- /dev/null +++ b/themes/gdm/screenshot.png |
