Initial Commit - Copy from Altus Metrum AltOS
This commit is contained in:
BIN
themes/background.png
Normal file
BIN
themes/background.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 3.2 MiB |
BIN
themes/background.xcf
Normal file
BIN
themes/background.xcf
Normal file
Binary file not shown.
7
themes/gdm/GdmGreeterTheme.desktop
Normal file
7
themes/gdm/GdmGreeterTheme.desktop
Normal file
@@ -0,0 +1,7 @@
|
||||
[GdmGreeterTheme]
|
||||
Greeter=altusmetrum.xml
|
||||
Name=AltusMetrum
|
||||
Description=altusmetrum.org
|
||||
Author=Bdale Garbee
|
||||
Copyright=Bdale Garbee
|
||||
Screenshot=screenshot.png
|
60
themes/gdm/altusmetrum.xml
Normal file
60
themes/gdm/altusmetrum.xml
Normal file
@@ -0,0 +1,60 @@
|
||||
<?xml version="1.0"?>
|
||||
<!DOCTYPE greeter SYSTEM "greeter.dtd">
|
||||
<greeter>
|
||||
|
||||
<item type="pixmap">
|
||||
<normal file="background.png"/>
|
||||
<pos x="0" y="0" width="100%" height="100%"/>
|
||||
</item>
|
||||
|
||||
<item type="rect">
|
||||
<normal color="#ffffff" alpha="0.1"/>
|
||||
<pos anchor="center" x="50%" y="94%" width="100%" height="6%"/>
|
||||
<fixed>
|
||||
<item type="rect">
|
||||
<normal color="#000000" alpha="0.3"/>
|
||||
<pos anchor="w" x="84%" y="50%" height="24" width="15%"/>
|
||||
<fixed>
|
||||
<item type="entry" id="user-pw-entry">
|
||||
<pos anchor="nw" x="1" y="1" height="-2" width="-2"/>
|
||||
<normal color="#000000" font="Bitstream Vera Sans 10"/>
|
||||
</item>
|
||||
</fixed>
|
||||
</item>
|
||||
</fixed>
|
||||
</item>
|
||||
|
||||
<item type="label" id="system_button" button="true">
|
||||
<pos anchor="w" x="1%" y="94%"/>
|
||||
<normal font="Bitstream Vera Sans Bold 10" color="#ffffff" alpha="0.8"/>
|
||||
<active font="Bitstream Vera Sans Bold 10" color="#ffffff" alpha="0.8"/>
|
||||
<prelight font="Bitstream Vera Sans Bold 10" color="#ffffff"/>
|
||||
<text>%n | %c</text>
|
||||
</item>
|
||||
|
||||
<item type="label" id="pam-prompt">
|
||||
<pos anchor="e" x="83%" y="94%"/>
|
||||
<normal font="Bitstream Vera Sans Bold 10" color="#ffffff" alpha="0.8"/>
|
||||
<stock type="username-label"/>
|
||||
</item>
|
||||
|
||||
<item type="label" id="timed-label">
|
||||
<pos anchor="center" x="50%" y="30%"/>
|
||||
<show type="timed"/>
|
||||
<normal font="Bitstream Vera Sans Bold 10" color="#ffffff"/>
|
||||
<stock type="timed-label"/>
|
||||
</item>
|
||||
|
||||
<item type="label" id="pam-error">
|
||||
<pos anchor="center" x="50%" y="50%"/>
|
||||
<normal font="Bitstream Vera Sans Bold 10" color="#ffffff"/>
|
||||
<text></text>
|
||||
</item>
|
||||
|
||||
<item type="label" id="caps-lock-warning">
|
||||
<pos anchor="center" x="50%" y="70%"/>
|
||||
<normal font="Bitstream Vera Sans Bold 10" color="#ffffff"/>
|
||||
<stock type="caps-lock-warning"/>
|
||||
</item>
|
||||
|
||||
</greeter>
|
BIN
themes/gdm/screenshot.png
Normal file
BIN
themes/gdm/screenshot.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 38 KiB |
BIN
themes/slim/panel.png
Normal file
BIN
themes/slim/panel.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 25 KiB |
37
themes/slim/slim.theme
Normal file
37
themes/slim/slim.theme
Normal file
@@ -0,0 +1,37 @@
|
||||
# altusmetrum theme for SLiM
|
||||
# by Bdale Garbee <bdale@gag.com>
|
||||
|
||||
# Messages (ie: shutdown)
|
||||
msg_color #000000
|
||||
msg_font Verdana:size=18:bold:dpi=75
|
||||
msg_x 50%
|
||||
msg_y 40%
|
||||
msg_shadow_color #FFFFFF
|
||||
msg_shadow_xoffset 1
|
||||
msg_shadow_yoffset 1
|
||||
|
||||
# valid values: stretch, tile
|
||||
background_style stretch
|
||||
background_color #eedddd
|
||||
|
||||
# Input controls
|
||||
input_panel_x 50%
|
||||
input_panel_y 70%
|
||||
input_name_x 59
|
||||
input_name_y 161
|
||||
input_font Verdana:size=12:dpi=75
|
||||
input_fgcolor #000000
|
||||
|
||||
# Username / password request
|
||||
username_font Verdana:size=14:bold:dpi=75
|
||||
username_color #000000
|
||||
username_x 50%
|
||||
username_y 122
|
||||
password_x 50%
|
||||
password_y 122
|
||||
username_shadow_color #FFFFFF
|
||||
username_shadow_xoffset 1
|
||||
username_shadow_yoffset 1
|
||||
|
||||
username_msg Username:
|
||||
password_msg Password:
|
Reference in New Issue
Block a user