summaryrefslogtreecommitdiffstats
path: root/os-plugins/plugins/desktop/themes/kdm/openslx/theme.xml
diff options
context:
space:
mode:
authorMichael Janczyk2009-10-13 21:49:35 +0200
committerMichael Janczyk2009-10-13 21:49:35 +0200
commit38562aa5646a5ef8042bb0696c3e7d56f718e308 (patch)
tree9c360cb8b03418e15cef873929a1a141c70a3e80 /os-plugins/plugins/desktop/themes/kdm/openslx/theme.xml
parentadded '/', function uri_token removes any leading '/'. from function 'uri_tok... (diff)
downloadcore-38562aa5646a5ef8042bb0696c3e7d56f718e308.tar.gz
core-38562aa5646a5ef8042bb0696c3e7d56f718e308.tar.xz
core-38562aa5646a5ef8042bb0696c3e7d56f718e308.zip
background after login is now changed to background of login manager
git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@3170 95ad53e4-c205-0410-b2fa-d234c58c8868
Diffstat (limited to 'os-plugins/plugins/desktop/themes/kdm/openslx/theme.xml')
-rw-r--r--os-plugins/plugins/desktop/themes/kdm/openslx/theme.xml20
1 files changed, 10 insertions, 10 deletions
diff --git a/os-plugins/plugins/desktop/themes/kdm/openslx/theme.xml b/os-plugins/plugins/desktop/themes/kdm/openslx/theme.xml
index 55e20a06..4af39bdf 100644
--- a/os-plugins/plugins/desktop/themes/kdm/openslx/theme.xml
+++ b/os-plugins/plugins/desktop/themes/kdm/openslx/theme.xml
@@ -3,33 +3,33 @@
<!--
KDM-OpenSLX-Theme
-->
-<greeter id="greeter">
+<greeter id="theme">
<style font="Sans 11" window-text-color="#f0f0f0" base-color="#f0f0f0" text-color="#000000"/>
<!-- background -->
- <item type="pixmap" id="backgound">
+ <item type="pixmap" id="background" background="true">
<normal file="color.png"/>
<pos x="0" y="0" width="100%" height="100%"/>
</item>
<!-- top / welcome, clock and big logo -->
- <item type="rect" id="top">
+ <item type="rect" id="top" background="true">
<normal color="#000000" alpha="0.0"/>
<pos anchor="n" x="50%" y="0" width="100%" height="40%"/>
<box orientation="vertical" homogeneous="true">
- <item type="pixmap">
+ <item type="pixmap" background="true">
<normal file="welcome-time-shadowed.png"/>
<pos anchor="n" x="50%" y="0" width="80%" height="44"/>
<box orientation="horizontal" homogeneous="true">
<!-- Welcome on ... -->
- <item type="label">
+ <item type="label" background="true">
<pos anchor="w" x="10%" y="30%"/>
<normal color="#f0f0f0" font="Sans 11"/>
<stock type="welcome-label"/>
</item>
<!-- clock -->
- <item type="label" id="clock">
+ <item type="label" id="clock" background="true">
<pos anchor="e" x="90%" y="30%"/>
<normal color="#f0f0f0" font="Sans 11"/>
<text>%c</text>
@@ -52,24 +52,24 @@ KDM-OpenSLX-Theme
</item>
<!-- main part / login, session, menu, ... -->
- <item type="pixmap" id="main-runner">
+ <item type="pixmap" id="main-runner" background="true">
<normal file="main-runner.png"/>
<pos anchor="c" x="50%" y="50%" width="100%" height="160"/>
<box orientation="horizontal" homogeneous="true">
- <item type="rect">
+ <item type="rect" background="true">
<normal color="#000000" alpha="0.0"/>
<pos anchor="w" x="0%" y="50%" width="100%" height="100%"/>
<box orientation="horizontal" homogeneous="true">
<!-- left part / login -->
- <item type="rect">
+ <item type="rect" background="true">
<normal color="#000000" alpha="0.0"/>
<pos anchor="w" x="0" y="50%" width="100%" height="100%"/>
<box orientation="horizontal">
<!-- small logo -->
- <item type="pixmap">
+ <item type="pixmap" background="true">
<normal file="openslx-logo.png"/>
<pos anchor="w" x="30" y="50%"/>
</item>