-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
424cbc2
commit 145e7f6
Showing
20 changed files
with
179 additions
and
0 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
<background> | ||
<static> | ||
<duration>8640000.0</duration> | ||
<file> | ||
<size width="1024" height="768">/usr/share/images/desktop-base/archeos-wallpaper_1024x768.png</size> | ||
<size width="1280" height="1024">/usr/share/images/desktop-base/archeos-wallpaper_1280x1024.png</size> | ||
<size width="1280" height="800">/usr/share/images/desktop-base/archeos-wallpaper_1280x800.png</size> | ||
<size width="1600" height="1200">/usr/share/images/desktop-base/archeos-wallpaper_1600x1200.png</size> | ||
<size width="1920" height="1080">/usr/share/images/desktop-base/archeos-wallpaper_1920x1080.png</size> | ||
<size width="1920" height="1200">/usr/share/images/desktop-base/archeos-wallpaper_1920x1200.png</size> | ||
</file> | ||
</static> | ||
</background> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
[KdmGreeterTheme] | ||
Encoding=UTF-8 | ||
Greeter=archeos.xml | ||
Name=ArcheOS | ||
Description=ArcheOS KDM Theme | ||
Author=None | ||
Copyright=None | ||
Screenshot=screenshot.png |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,138 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!DOCTYPE greeter SYSTEM "greeter.dtd"> | ||
|
||
<greeter id="theme"> | ||
<style font="Sans 12" window-text-color="#bfd9ff" | ||
base-color="#bfd9ff" alternate-base-color="#666666" | ||
text-color="#555555" disabled-text-color="#999999" | ||
base-alpha="0" | ||
disabled-base-color="#ff0000" | ||
disabled-base-alpha="0.25" | ||
disabled-highlight-alpha="0" | ||
frame="false" /> | ||
|
||
<item type="pixmap" id="background" background="true"> | ||
<normal file="background.png" scalemode="scale"/> | ||
<pos x="0" y="0" width="100%" height="100%"/> | ||
</item> | ||
<!-- | ||
<item type="pixmap" id="system-session"> | ||
<normal file="rectangle.png"/> | ||
<pos anchor="c" x="50%" y="50%" width="416" height="262"/> | ||
</item> | ||
<item type="pixmap" id="branding-logo" background="true"> | ||
<normal file="branding.png" alpha=".4" /> | ||
<pos anchor="c" x="50%" y="50%" width="416" height="262"/> | ||
</item> | ||
--> | ||
<item type="pixmap" id="system-session"> | ||
<normal file="rectangle.png"/> | ||
<pos anchor="c" x="50%" y="50%" width="416" height="262"/> | ||
|
||
<fixed> | ||
<item type="label" id="welcome"> | ||
<pos anchor="nw" x="20" y="20"/> | ||
<normal alpha="1.0" font="Sans Bold 14" color="#444444"/> | ||
<text>%h </text> | ||
</item> | ||
</fixed> | ||
</item> | ||
|
||
|
||
<item type="rect"> | ||
<pos anchor="c" x="50%" y="50%" width="200" height="100"/> | ||
<box orientation="vertical" spacing="10" homogeneous="true"> | ||
|
||
<item type="rect" id="user-field"> | ||
<pos anchor="c" x="50%" y="50%" width="200" height="box"/> | ||
<fixed> | ||
<item type="pixmap"> | ||
<pos anchor="w" x="0" y="50%"/> | ||
<normal file="user_icon.png"/> | ||
</item> | ||
|
||
<item type="pixmap"> | ||
<pos anchor="w" x="42" y="50%"/> | ||
<normal file="lineedit_normal.png"/> | ||
<prelight file="lineedit_active.png"/> | ||
<active file="lineedit_active.png"/> | ||
</item> | ||
|
||
<item type="entry" id="user-entry"> | ||
<pos anchor="w" x="49" y="50%" width="140" height="20"/> | ||
</item> | ||
</fixed> | ||
</item> | ||
|
||
<item type="rect" id="user-field2"> | ||
<pos anchor="c" x="50%" y="50%" width="200" height="box"/> | ||
<fixed> | ||
<item type="pixmap" button="true"> | ||
<pos anchor="w" x="0%" y="50%"/> | ||
<normal file="lock.png"/> | ||
</item> | ||
|
||
<item type="pixmap"> | ||
<pos anchor="w" x="42" y="50%"/> | ||
<normal file="lineedit_normal.png"/> | ||
<prelight file="lineedit_active.png"/> | ||
<active file="lineedit_active.png"/> | ||
</item> | ||
|
||
<item type="entry" id="pw-entry"> | ||
<pos anchor="w" x="49" y="50%" width="140" height="20"/> | ||
</item> | ||
</fixed> | ||
</item> | ||
</box> | ||
</item> | ||
|
||
<item type="rect" id="system-session"> | ||
<pos anchor="c" x="50%" y="50%" width="416" height="262"/> | ||
<fixed> | ||
<item type="label"> | ||
<pos anchor="se" x="-15" y="-20"/> | ||
<normal font="Sans Bold 10" color="#444444"/> | ||
<text>%c</text> | ||
</item> | ||
|
||
<item type="pixmap" id="session_button" button="true"> | ||
<normal alpha="1.0" file="session_normal.png"/> | ||
<prelight file="session_normal.png"/> | ||
<active file="session_normal.png"/> | ||
<pos anchor="sw" x="22" y="-20"/> | ||
</item> | ||
|
||
<item type="pixmap" id="system_button" button="true"> | ||
<normal alpha="1.0" file="system_normal.png"/> | ||
<prelight file="system_normal.png"/> | ||
<active file="system_normal.png"/> | ||
<pos anchor="sw" x="50" y="-20"/> | ||
</item> | ||
</fixed> | ||
</item> | ||
|
||
<item type="rect" id="caps-lock-warning"> | ||
<pos anchor="c" x="50%" y="50%" width="416" height="262"/> | ||
<fixed> | ||
<item type="label" id="mesage"> | ||
<normal color="#444444" font="Sans Bold 10"/> | ||
<pos anchor="s" x="50%" y="80%"/> | ||
<stock type="caps-lock-warning"/> | ||
</item> | ||
</fixed> | ||
</item> | ||
|
||
<item type="rect" id="pam-error-paceholder"> | ||
<pos anchor="c" x="50%" y="42%" widht="615" height="200"/> | ||
<fixed> | ||
<item type="label" id="pam-error"> | ||
<pos anchor="c" x="50%" y="50%" expand="true"/> | ||
<normal alpha="1.0" color="#aa4444" font="Sans Bold 10"/> | ||
<text/> | ||
</item> | ||
</fixed> | ||
</item> | ||
|
||
</greeter> |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.