diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2012-07-09 18:40:27 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2012-07-09 18:40:27 -0300 |
commit | 803cecd4e5a081d7dc986fc5b38fa1663447628c (patch) | |
tree | 3d3201ccbaff98fb7fb48f21b0653377a36ffa29 /files/etc/gdm/themes/dasUberMini/bluefish.xml~ | |
parent | 780549cc4bee974b458cd907bd7c74692f445d02 (diff) | |
download | puppet-nodo-803cecd4e5a081d7dc986fc5b38fa1663447628c.tar.gz puppet-nodo-803cecd4e5a081d7dc986fc5b38fa1663447628c.tar.bz2 |
Adding gdm class
Diffstat (limited to 'files/etc/gdm/themes/dasUberMini/bluefish.xml~')
-rw-r--r-- | files/etc/gdm/themes/dasUberMini/bluefish.xml~ | 39 |
1 files changed, 39 insertions, 0 deletions
diff --git a/files/etc/gdm/themes/dasUberMini/bluefish.xml~ b/files/etc/gdm/themes/dasUberMini/bluefish.xml~ new file mode 100644 index 0000000..80753bc --- /dev/null +++ b/files/etc/gdm/themes/dasUberMini/bluefish.xml~ @@ -0,0 +1,39 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE greeter SYSTEM "greeter.dtd"> +<!-- INFORMATION + NAME: "Das Mini" + DATE: March 10, 2009 + VERSION: 1.0 + AUTHOR: Ryan Johnson (CITguy) (rhino.citguy@gmail.com) + Copyright Ryan Johnson 2009 (GPLv3) +--> +<greeter> + + <!-- BLACK BACKGROUND --> + <item type="rect" background="true"> + <pos x="0" y="0" width="100%" height="100%" /> + <normal color="#000000" alpha="1.0" /> + </item> + + <!-- Text Entry for Login --> + <item type="entry" id="user-pw-entry"> + <pos anchor="w" x="50%" y="50%" width="200" height="30" /> + <normal color="#ffffff" font="FreeSans 20" /> + </item> + + <!-- The PSEUDO Command Prompt is an OPTIONS BUTTON! --> + <item type="label" id="options_button" button="true"> + <pos anchor="e" x="49%" y="50%" /> + <normal color="#ffffff" font="FreeSans Bold 20" alpha="1.0" /> + <prelight color="#ff0000" font="FreeSans Bold 20" alpha="1.0" /> + <text xml:lang="en">[%h]~$</text> + </item> + + <!-- CAPS LOCK WARNING --> + <item type="label" id="caps-lock-warning"> + <pos anchor="w" x="50%" y="55%" /> + <normal color="#FF0000" font="FreeSans Bold 12" /> + <text xml:lang="en">Caps Lock is ON</text> + </item> + +</greeter>
\ No newline at end of file |