summaryrefslogtreecommitdiff
path: root/gui/greeter/themes/circles/circles.xml
diff options
context:
space:
mode:
Diffstat (limited to 'gui/greeter/themes/circles/circles.xml')
-rw-r--r--gui/greeter/themes/circles/circles.xml106
1 files changed, 0 insertions, 106 deletions
diff --git a/gui/greeter/themes/circles/circles.xml b/gui/greeter/themes/circles/circles.xml
deleted file mode 100644
index 5bf74f5b..00000000
--- a/gui/greeter/themes/circles/circles.xml
+++ /dev/null
@@ -1,106 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE greeter SYSTEM "greeter.dtd">
-<greeter>
- <item type="svg" background="true">
- <normal file="background.svg"/>
- <pos x="0" y="0" width="100%" height="-75"/>
- </item>
- <item type="rect">
- <normal color="#000000"/>
- <pos x="0" y="-76" width="100%" height="76"/>
- <fixed>
- <item type="rect" background="true">
- <normal color="#ffffff"/>
- <pos x="0" y="5" width="100%" height="100%"/>
- <box orientation="horizontal" spacing="10" xpadding="10" ypadding="0">
- <item type="button" id="options_button">
- <pos y="50%" anchor="w" width="100" height="40" />
- <stock type="options"/>
- </item>
- <item type="list" id="session" combo="true">
- <pos y="50%" anchor="w" height="40" width="200"/>
- </item>
- <item type="list" id="language" combo="true">
- <pos y="50%" anchor="w" height="40" width="250"/>
- </item>
- </box>
- </item>
- </fixed>
- </item>
-
-
- <item type="pixmap">
- <normal file="flower.png"/>
- <pos x="100%" y="100%" anchor="se"/>
- </item>
- <item type="label" id="clock">
- <normal color="#000000" font="Sans 12"/>
- <pos x="-20" y="-37" anchor="e"/>
- <text>%c</text>
- </item>
-
- <item type="rect">
- <show type="timed"/>
- <normal color="#FFFFFF" alpha="0.5"/>
- <pos anchor="c" x="50%" y="25%" width="box" height="box"/>
- <box orientation="vertical" min-width="400" xpadding="10" ypadding="5" spacing="0">
- <item type="label" id="timed-label">
- <normal color="#000000" font="Sans 12"/>
- <pos x="50%" anchor="n"/>
- <!-- Stock label for: User %u will login in %t -->
- <stock type="timed-label"/>
- </item>
- </box>
- </item>
-
- <item type="rect">
- <normal color="#FFFFFF" alpha="0.5"/>
- <pos anchor="c" x="50%" y="50%" width="box" height="box"/>
- <box orientation="vertical" min-width="340" xpadding="30" ypadding="30" spacing="10">
- <item type="label">
- <pos anchor="n" x="50%"/>
- <normal color="#000000" font="Sans 14"/>
- <!-- Stock label for: Welcome to %h -->
- <stock type="welcome-label"/>
- </item>
- <item type="label" id="pam-prompt">
- <pos anchor="nw" x="10%"/>
- <normal color="#000000" font="Sans 12"/>
- <!-- Stock label for: Username: -->
- <stock type="username-label"/>
- </item>
- <item type="rect">
- <normal color="#000000"/>
- <pos anchor="n" x="50%" height="24" width="80%"/>
- <fixed>
- <item type="entry" id="user-pw-entry">
- <normal color="#000000" font="Sans 12"/>
- <pos anchor="nw" x="1" y="1" height="-2" width="-2"/>
- </item>
- </fixed>
- </item>
- <item type="button" id="ok_button">
- <pos anchor="n" x="50%" height="32" width="50%"/>
- <stock type="ok"/>
- </item>
- <item type="button" id="cancel_button">
- <pos anchor="n" x="50%" height="32" width="50%"/>
- <stock type="startagain"/>
- </item>
- <item type="label" id="pam-message">
- <pos anchor="n" x="50%"/>
- <normal color="#000000" font="Sans 12"/>
- <text></text>
- </item>
- </box>
- <fixed>
- <item type="label" id="pam-error">
- <pos anchor="n" x="50%" y="110%"/>
- <normal color="#000000" font="Sans 12"/>
- <text></text>
- </item>
- </fixed>
- </item>
-</greeter>
-
-