Initial commit
12
KdmGreeterTheme.desktop
Normal file
@ -0,0 +1,12 @@
|
||||
# This is not really a .desktop file like the rest, but it's useful to treat
|
||||
# it as such
|
||||
|
||||
[KdmGreeterTheme]
|
||||
Encoding=UTF-8
|
||||
Greeter=openmamba.xml
|
||||
Name=openmamba
|
||||
Description=Default theme for openmamba 2
|
||||
Description[it]=Tema predefinito per openmamba 2
|
||||
Author=Silvan Calarco
|
||||
Copyright=(c) 2007-2009 by Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||
Screenshot=screenshot.png
|
BIN
background.png
Normal file
After Width: | Height: | Size: 300 KiB |
BIN
branding-icon.png
Executable file
After Width: | Height: | Size: 4.4 KiB |
215
openmamba.xml
Normal file
@ -0,0 +1,215 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE greeter SYSTEM "greeter.dtd">
|
||||
<!--
|
||||
Copyright 2008 Urs Wolfer <uwolfer @ kde.org>
|
||||
Copyright 2008 Oswald Buddenhagen <ossi @ kde.org>
|
||||
|
||||
This program is free software; you can redistribute it and/or
|
||||
modify it under the terms of the GNU General Public License as
|
||||
published by the Free Software Foundation; either version 2 of
|
||||
the License, or (at your option) any later version.
|
||||
|
||||
This program is distributed in the hope that it will be useful,
|
||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
GNU General Public License for more details.
|
||||
|
||||
You should have received a copy of the GNU General Public License
|
||||
along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
-->
|
||||
<greeter id="theme">
|
||||
<style font="Sans 12" window-text-color="#C7C7C7"
|
||||
base-color="#C7C7C7" alternate-base-color="#666666"
|
||||
text-color="#000000" disabled-text-color="#808080"/>
|
||||
<item type="svg" id="background" background="true">
|
||||
<normal file="background.png"/>
|
||||
<pos anchor="c" x="50%" y="50%" width="100%" height="100%"/>
|
||||
</item>
|
||||
|
||||
<item type="rect" id="greeter">
|
||||
<pos y="50%" x="50%" anchor="c" width="box" height="box"/>
|
||||
|
||||
<fixed>
|
||||
<item type="svg">
|
||||
<normal file="oxygen-box.svg" element="topleft"/>
|
||||
<pos anchor="nw" x="0" y="0" width="11" height="11"/>
|
||||
</item>
|
||||
<item type="svg">
|
||||
<normal file="oxygen-box.svg" element="top"/>
|
||||
<pos anchor="n" x="50%" y="0" width="-21" height="11"/>
|
||||
</item>
|
||||
<item type="svg">
|
||||
<normal file="oxygen-box.svg" element="topright"/>
|
||||
<pos anchor="ne" x="-0" y="0" width="11" height="11"/>
|
||||
</item>
|
||||
<item type="svg">
|
||||
<normal file="oxygen-box.svg" element="left"/>
|
||||
<pos anchor="w" x="0" y="50%" width="11" height="-21"/>
|
||||
</item>
|
||||
<item type="svg">
|
||||
<normal file="oxygen-box.svg" element="center"/>
|
||||
<pos anchor="c" x="50%" y="50%" width="-21" height="-21"/>
|
||||
</item>
|
||||
<item type="svg">
|
||||
<normal file="oxygen-box.svg" element="right"/>
|
||||
<pos anchor="e" x="-0" y="50%" width="11" height="-21"/>
|
||||
</item>
|
||||
<item type="svg">
|
||||
<normal file="oxygen-box.svg" element="bottomleft"/>
|
||||
<pos anchor="sw" x="0" y="-0" width="11" height="11"/>
|
||||
</item>
|
||||
<item type="svg">
|
||||
<normal file="oxygen-box.svg" element="bottom"/>
|
||||
<pos anchor="s" x="50%" y="-0" width="-21" height="11"/>
|
||||
</item>
|
||||
<item type="svg">
|
||||
<normal file="oxygen-box.svg" element="bottomright"/>
|
||||
<pos anchor="se" x="-0" y="-0" width="11" height="11"/>
|
||||
</item>
|
||||
</fixed>
|
||||
|
||||
<box orientation="vertical" xpadding="15" ypadding="15" spacing="10">
|
||||
<item type="rect" id="banner">
|
||||
<pos width="box" height="box" min-width="100%"/>
|
||||
<box orientation="horizontal" spacing="10">
|
||||
<item type="label" id="welcome">
|
||||
<pos anchor="w" y="50%"/>
|
||||
<normal color="#8BAFBA" font="Sans 16"/>
|
||||
<stock type="welcome-label"/>
|
||||
</item>
|
||||
<item type="rect" id="spacer1">
|
||||
<pos expand="true"/>
|
||||
</item>
|
||||
<item type="pixmap" id="branding">
|
||||
<normal file="branding-icon.png"/>
|
||||
</item>
|
||||
</box>
|
||||
</item>
|
||||
<item type="rect" id="content">
|
||||
<pos width="box" height="box"/>
|
||||
<box orientation="horizontal" spacing="10">
|
||||
<item type="list" id="userlist">
|
||||
<pos max-height="30%^^"/>
|
||||
</item>
|
||||
<item type="rect" id="verify">
|
||||
<pos width="box" height="box"/>
|
||||
<box orientation="vertical" spacing="2">
|
||||
<item type="rect" id="talker">
|
||||
<pos anchor="n" x="50%" width="box" height="box"/>
|
||||
<box orientation="vertical" xpadding="2" ypadding="2" spacing="2">
|
||||
<item type="label">
|
||||
<pos x="5"/>
|
||||
<stock type="username-label"/>
|
||||
</item>
|
||||
<item type="entry" id="user-entry">
|
||||
<pos width="150" height="22"/>
|
||||
</item>
|
||||
<item type="label">
|
||||
<pos x="5"/>
|
||||
<stock type="password-label"/>
|
||||
</item>
|
||||
<item type="entry" id="pw-entry">
|
||||
<pos width="150" height="22"/>
|
||||
</item>
|
||||
</box>
|
||||
</item>
|
||||
<item type="rect" id="pam-error-placeholder">
|
||||
<pos width="100%" height="box"/>
|
||||
<box orientation="horizontal">
|
||||
<item type="label" id="dummy1">
|
||||
<normal alpha="0" font="Sans Bold 12"/>
|
||||
<text/>
|
||||
</item>
|
||||
<item type="label" id="pam-error">
|
||||
<pos anchor="c" x="50%" y="50%" expand="true"/>
|
||||
<normal color="#C7C7C7" font="Sans Bold 12"/>
|
||||
<text/>
|
||||
</item>
|
||||
</box>
|
||||
</item>
|
||||
<item type="label" id="caps-lock-warning">
|
||||
<normal color="#C7C7C7" font="Sans 12"/>
|
||||
<pos anchor="c" x="50%" y="50%"/>
|
||||
<stock type="caps-lock-warning"/>
|
||||
</item>
|
||||
</box>
|
||||
</item>
|
||||
</box>
|
||||
</item>
|
||||
</box>
|
||||
|
||||
</item>
|
||||
|
||||
<!-- bottom bar and session buttons -->
|
||||
<item type="rect" id="footer">
|
||||
<pos x="-0" y="-75" min-width="50%" width="box" height="43" anchor="e"/>
|
||||
<fixed>
|
||||
<item type="svg">
|
||||
<normal file="oxygen.svg" element="footer-background"/>
|
||||
<pos width="1980" height="43"/>
|
||||
</item>
|
||||
</fixed>
|
||||
<box orientation="horizontal" spacing="10" xpadding="10">
|
||||
<item type="rect" id="session_button" button="true">
|
||||
<pos y="50%" anchor="w" width="box" height="box"/>
|
||||
<box orientation="horizontal" spacing="10" xpadding="10">
|
||||
<item type="pixmap">
|
||||
<normal file="session.png" tint="#ffffff"/>
|
||||
<prelight file="session.png"/>
|
||||
<active file="session.png" tint="#ffffff"/>
|
||||
<pos y="50%" anchor="w"/>
|
||||
</item>
|
||||
<item type="label">
|
||||
<normal color="#C7C7C7" font="Sans 12"/>
|
||||
<prelight color="#ffffff" font="Sans 12"/>
|
||||
<active color="#666666" font="Sans 12"/>
|
||||
<pos y="50%" anchor="w"/>
|
||||
<stock type="session"/>
|
||||
</item>
|
||||
</box>
|
||||
</item>
|
||||
<item type="rect" id="system_button" button="true">
|
||||
<show modes="console" type="system"/>
|
||||
<pos y="50%" anchor="w" width="box" height="box"/>
|
||||
<box orientation="horizontal" spacing="10" xpadding="10">
|
||||
<item type="pixmap">
|
||||
<normal file="system.png" tint="#ffffff"/>
|
||||
<prelight file="system.png"/>
|
||||
<active file="system.png" tint="#ffffff"/>
|
||||
<pos y="50%" anchor="w"/>
|
||||
</item>
|
||||
<item type="label">
|
||||
<normal color="#C7C7C7" font="Sans 12"/>
|
||||
<prelight color="#ffffff" font="Sans 12"/>
|
||||
<active color="#666666" font="Sans 12"/>
|
||||
<pos y="50%" anchor="w"/>
|
||||
<stock type="system"/>
|
||||
</item>
|
||||
</box>
|
||||
</item>
|
||||
<item type="rect" id="spacer2">
|
||||
<pos expand="true"/>
|
||||
</item>
|
||||
<item type="label" id="clock">
|
||||
<pos anchor="w" y="50%"/>
|
||||
<normal font="Sans 12" color="#C7C7C7"/>
|
||||
<text>%c</text>
|
||||
</item>
|
||||
<item type="rect" id="spacer3">
|
||||
<pos width="15"/>
|
||||
</item>
|
||||
</box>
|
||||
</item>
|
||||
|
||||
<item type="rect" id="timed-label">
|
||||
<pos anchor="c" x="50%" y="20%" width="box" height="box"/>
|
||||
<box orientation="vertical" xpadding="50" ypadding="5" spacing="0">
|
||||
<item type="label">
|
||||
<normal color="#C7C7C7" font="Sans 12"/>
|
||||
<pos x="50%" anchor="n"/>
|
||||
<stock type="timed-label"/>
|
||||
</item>
|
||||
</box>
|
||||
</item>
|
||||
|
||||
</greeter>
|
1496
oxygen-box.svg
Normal file
After Width: | Height: | Size: 60 KiB |
97
oxygen.svg
Normal file
@ -0,0 +1,97 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
||||
<svg
|
||||
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
||||
xmlns:cc="http://creativecommons.org/ns#"
|
||||
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||
xmlns:svg="http://www.w3.org/2000/svg"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:xlink="http://www.w3.org/1999/xlink"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
width="744.09448819"
|
||||
height="1052.3622047"
|
||||
id="svg3401"
|
||||
sodipodi:version="0.32"
|
||||
inkscape:version="0.46"
|
||||
sodipodi:docname="oxygen.svg"
|
||||
inkscape:output_extension="org.inkscape.output.svg.inkscape">
|
||||
<defs
|
||||
id="defs3403">
|
||||
<linearGradient
|
||||
id="linearGradient12201"
|
||||
inkscape:collect="always">
|
||||
<stop
|
||||
id="stop12203"
|
||||
offset="0"
|
||||
style="stop-color:#000000;stop-opacity:1;" />
|
||||
<stop
|
||||
id="stop12205"
|
||||
offset="1"
|
||||
style="stop-color:#000000;stop-opacity:0;" />
|
||||
</linearGradient>
|
||||
<linearGradient
|
||||
y2="-126.101"
|
||||
x2="850.29858"
|
||||
y1="2.4462152"
|
||||
x1="850.29858"
|
||||
gradientTransform="translate(-566.5,728.71933)"
|
||||
gradientUnits="userSpaceOnUse"
|
||||
id="linearGradient12306"
|
||||
xlink:href="#linearGradient12201"
|
||||
inkscape:collect="always" />
|
||||
<inkscape:perspective
|
||||
sodipodi:type="inkscape:persp3d"
|
||||
inkscape:vp_x="0 : 526.18109 : 1"
|
||||
inkscape:vp_y="0 : 1000 : 0"
|
||||
inkscape:vp_z="744.09448 : 526.18109 : 1"
|
||||
inkscape:persp3d-origin="372.04724 : 350.78739 : 1"
|
||||
id="perspective3409" />
|
||||
</defs>
|
||||
<sodipodi:namedview
|
||||
id="base"
|
||||
pagecolor="#ffffff"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1.0"
|
||||
gridtolerance="10000"
|
||||
guidetolerance="10"
|
||||
objecttolerance="10"
|
||||
inkscape:pageopacity="0.0"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:zoom="0.35"
|
||||
inkscape:cx="375"
|
||||
inkscape:cy="520"
|
||||
inkscape:document-units="px"
|
||||
inkscape:current-layer="layer1"
|
||||
showgrid="false"
|
||||
inkscape:window-width="640"
|
||||
inkscape:window-height="671"
|
||||
inkscape:window-x="1030"
|
||||
inkscape:window-y="56" />
|
||||
<metadata
|
||||
id="metadata3406">
|
||||
<rdf:RDF>
|
||||
<cc:Work
|
||||
rdf:about="">
|
||||
<dc:format>image/svg+xml</dc:format>
|
||||
<dc:type
|
||||
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
||||
</cc:Work>
|
||||
</rdf:RDF>
|
||||
</metadata>
|
||||
<g
|
||||
inkscape:label="Layer 1"
|
||||
inkscape:groupmode="layer"
|
||||
id="layer1">
|
||||
<rect
|
||||
ry="7.675828"
|
||||
rx="7.675828"
|
||||
y="656.7193"
|
||||
x="-24.500006"
|
||||
height="37"
|
||||
width="809"
|
||||
id="footer-background"
|
||||
style="opacity:0.6821918;fill:url(#linearGradient12306);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:6.19999981;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
||||
inkscape:label="#rect12195" />
|
||||
</g>
|
||||
</svg>
|
After Width: | Height: | Size: 3.0 KiB |
BIN
screenshot.png
Normal file
After Width: | Height: | Size: 13 KiB |
BIN
session.png
Normal file
After Width: | Height: | Size: 1.2 KiB |
BIN
system.png
Normal file
After Width: | Height: | Size: 1.3 KiB |