[5.4/KDE] fix sabayon.xml in kdm theme
This commit is contained in:
@@ -30,25 +30,25 @@ Changelog:
|
||||
- Used Fonts: Segoe Semibold, Segoe Black, Segoe UI
|
||||
-->
|
||||
<greeter id="theme">
|
||||
<style font="Sans 11" window-text-color="#bbbbbb" text-color="#000000" disabled-text-color="#808080"/>
|
||||
<style font="Sans 9" window-text-color="#bbbbbb" text-color="#000000" disabled-text-color="#808080"/>
|
||||
<item type="svg" id="background" background="true">
|
||||
<normal file="kdm.jpg"/>
|
||||
<pos anchor="c" x="50%" y="50%" width="100%" height="100%"/>
|
||||
</item>
|
||||
<item type="rect" id="titlebanner">
|
||||
<pos anchor="n" x="50%" y="0" min-width="824" height="48"/>
|
||||
<pos anchor="n" x="50%" y="0" width="100%" height="48"/>
|
||||
<fixed>
|
||||
<item type="pixmap">
|
||||
<normal file="welcome-time-shadowed.png"/>
|
||||
<pos width="824" height="48"/>
|
||||
<pos width="824" height="48" expand="true"/>
|
||||
</item>
|
||||
<item type="label">
|
||||
<pos anchor="w" x="28" y="33%"/>
|
||||
<pos anchor="w" x="28" y="33%" width="100%" expand="true"/>
|
||||
<normal color="#bbbbbb" font="Sans 10"/>
|
||||
<stock type="welcome-label"/>
|
||||
</item>
|
||||
<item type="label" id="clock">
|
||||
<pos anchor="e" x="-22" y="33%"/>
|
||||
<pos anchor="e" x="-22" y="33%" expand="true"/>
|
||||
<normal color="#bbbbbb" font="Sans 10"/>
|
||||
<text>%c</text>
|
||||
</item>
|
||||
@@ -69,8 +69,8 @@ Changelog:
|
||||
</item>
|
||||
<item type="rect" id="talker">
|
||||
<pos anchor="w" y="50%" width="box" height="box"/>
|
||||
<box orientation="horizontal" spacing="5">
|
||||
<box orientation="vertical" spacing="5">
|
||||
<box orientation="horizontal" spacing="8">
|
||||
<box orientation="vertical" spacing="8">
|
||||
<item type="label">
|
||||
<pos anchor="w"/>
|
||||
<stock type="username-label"/>
|
||||
@@ -80,58 +80,36 @@ Changelog:
|
||||
<stock type="password-label"/>
|
||||
</item>
|
||||
</box>
|
||||
<box orientation="vertical" spacing="5">
|
||||
<box orientation="vertical" spacing="8">
|
||||
<item type="entry" id="user-entry">
|
||||
<pos anchor="e" width="150" height="22"/>
|
||||
<pos anchor="e" width="180" height="28"/>
|
||||
</item>
|
||||
<item type="entry" id="pw-entry">
|
||||
<pos anchor="e" width="150" height="22"/>
|
||||
<pos anchor="e" width="180" height="28"/>
|
||||
</item>
|
||||
</box>
|
||||
</box>
|
||||
</item>
|
||||
<item type="rect" id="caps-lock-warning">
|
||||
<normal color="#000000" alpha="0.4"/>
|
||||
<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="#bbbbbb" font="Sans 11"/>
|
||||
<pos x="50%" anchor="n"/>
|
||||
<stock type="caps-lock-warning"/>
|
||||
</item>
|
||||
</box>
|
||||
</item>
|
||||
<item type="rect" id="pam-error">
|
||||
<normal color="#000000" alpha="0.4"/>
|
||||
<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="#bbbbbb" font="Sans 11"/>
|
||||
<pos anchor="n" x="50%"/>
|
||||
<text>Login failed</text>
|
||||
</item>
|
||||
</box>
|
||||
</item>
|
||||
</box>
|
||||
</item>
|
||||
<item type="rect">
|
||||
<pos anchor="e" x="-22" y="50%" width="box" height="box"/>
|
||||
<box orientation="vertical" spacing="15">
|
||||
<item type="rect" id="session_button" button="true">
|
||||
<pos anchor="e" x="-0" y="50%" width="box" height="box"/>
|
||||
<box orientation="horizontal" spacing="7">
|
||||
<item type="label">
|
||||
<normal color="#bbbbbb" font="Sans 11"/>
|
||||
<prelight color="#ffffff" font="Sans 11"/>
|
||||
<active color="#ff0000" font="Sans 11"/>
|
||||
<pos anchor="e" x="-0" y="50%"/>
|
||||
<stock type="session"/>
|
||||
</item>
|
||||
<pos anchor="e" x="-0" y="50%" width="box" height="box" expand="true"/>
|
||||
<box orientation="horizontal" spacing="7" width="100%" expand="true">
|
||||
<item type="pixmap">
|
||||
<normal file="sessions_inactive.png"/>
|
||||
<prelight file="sessions.png"/>
|
||||
<pos anchor="e" x="-0" y="50%" width="48" height="48"/>
|
||||
</item>
|
||||
<item type="label">
|
||||
<normal color="#bbbbbb" font="Sans 9"/>
|
||||
<prelight color="#ffffff" font="Sans 9"/>
|
||||
<active color="#ff0000" font="Sans 9"/>
|
||||
<pos anchor="e" x="-0" y="50%" min-width="100" width="100%"/>
|
||||
<stock type="session"/>
|
||||
</item>
|
||||
</box>
|
||||
</item>
|
||||
<item type="rect" id="system_button" button="true">
|
||||
@@ -139,20 +117,42 @@ Changelog:
|
||||
<pos anchor="e" x="-0" y="50%" width="box" height="box"/>
|
||||
<!--<pos anchor="ne" x="100%" y="50%" width="box" height="box"/>-->
|
||||
<box orientation="horizontal" spacing="7">
|
||||
<item type="label">
|
||||
<normal color="#bbbbbb" font="Sans 11"/>
|
||||
<prelight color="#ffffff" font="Sans 11"/>
|
||||
<active color="#ff0000" font="Sans 11"/>
|
||||
<pos anchor="e" x="-0" y="50%"/>
|
||||
<stock type="system"/>
|
||||
</item>
|
||||
<item type="pixmap">
|
||||
<normal file="system_inactive.png"/>
|
||||
<prelight file="system.png"/>
|
||||
<pos anchor="e" x="-0" y="50%" width="48" height="48"/>
|
||||
</item>
|
||||
<item type="label">
|
||||
<normal color="#bbbbbb" font="Sans 9"/>
|
||||
<prelight color="#ffffff" font="Sans 9"/>
|
||||
<active color="#ff0000" font="Sans 9"/>
|
||||
<pos anchor="e" x="-0" y="50%" min-width="100" width="100%"/>
|
||||
<stock type="system"/>
|
||||
</item>
|
||||
</box>
|
||||
</item>
|
||||
</box>
|
||||
</item>
|
||||
<item type="rect" id="caps-lock-warning">
|
||||
<normal color="#000000" alpha="0.4"/>
|
||||
<pos anchor="c" x="50%" y="20%" width="box" height="box"/>
|
||||
<box orientation="vertical" min-width="400" xpadding="10" ypadding="5" spacing="0">
|
||||
<item type="label">
|
||||
<normal color="#bbbbbb" font="Sans 9"/>
|
||||
<pos x="50%" anchor="n" width="100%"/>
|
||||
<stock type="caps-lock-warning"/>
|
||||
</item>
|
||||
</box>
|
||||
</item>
|
||||
<item type="rect" id="pam-error">
|
||||
<normal color="#000000" alpha="0.4"/>
|
||||
<pos anchor="c" x="50%" y="20%" width="box" height="box"/>
|
||||
<box orientation="vertical" min-width="400" xpadding="10" ypadding="5" spacing="0">
|
||||
<item type="label">
|
||||
<normal color="#bbbbbb" font="Sans 9"/>
|
||||
<pos anchor="n" x="50%" width="100%"/>
|
||||
<text>Login failed</text>
|
||||
</item>
|
||||
</box>
|
||||
</item>
|
||||
</greeter>
|
||||
|
||||
Reference in New Issue
Block a user