summaryrefslogtreecommitdiffstats
path: root/ubuntu/_base/defaultsettings/desktop-base/debian/distrospecific/tdm-theme/debian-moreblue/debian-moreblue.xml
diff options
context:
space:
mode:
Diffstat (limited to 'ubuntu/_base/defaultsettings/desktop-base/debian/distrospecific/tdm-theme/debian-moreblue/debian-moreblue.xml')
-rw-r--r--ubuntu/_base/defaultsettings/desktop-base/debian/distrospecific/tdm-theme/debian-moreblue/debian-moreblue.xml170
1 files changed, 170 insertions, 0 deletions
diff --git a/ubuntu/_base/defaultsettings/desktop-base/debian/distrospecific/tdm-theme/debian-moreblue/debian-moreblue.xml b/ubuntu/_base/defaultsettings/desktop-base/debian/distrospecific/tdm-theme/debian-moreblue/debian-moreblue.xml
new file mode 100644
index 000000000..703e0d0f2
--- /dev/null
+++ b/ubuntu/_base/defaultsettings/desktop-base/debian/distrospecific/tdm-theme/debian-moreblue/debian-moreblue.xml
@@ -0,0 +1,170 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE greeter SYSTEM "greeter.dtd">
+<greeter>
+
+<!-- main pic, login pic -->
+<item type="svg">
+ <normal file="background.svg"/>
+ <pos x="0" y="0" width="100%" height="100%"/>
+
+ <!-- swirl -->
+ <fixed>
+ <item type="svg">
+ <normal file="swirl.svg"/>
+ <pos x="-300" y="-320" width="250" height="290"/>
+ </item>
+ </fixed>
+
+ <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>