aboutsummaryrefslogtreecommitdiff
path: root/files/etc/gdm/themes/Tuxtastic/gdm.xml
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2016-02-08 03:36:43 -0200
committerSilvio Rhatto <rhatto@riseup.net>2016-02-08 03:36:43 -0200
commita9c544369f3999b868cfc1eb0dcb10e050defcc1 (patch)
tree2f06ad6d179f2677368b2ec7d0932d5aaa0ad2ea /files/etc/gdm/themes/Tuxtastic/gdm.xml
parent6097bca6f5302765007f65a52f87999dbaefcff9 (diff)
downloadpuppet-nodo-a9c544369f3999b868cfc1eb0dcb10e050defcc1.tar.gz
puppet-nodo-a9c544369f3999b868cfc1eb0dcb10e050defcc1.tar.bz2
Initial cleanup
Remove munin, fstab, crypttab, gdm and old subsystems. This major change is motivated by the fact that the configuration has grown too much along the years and is difficult to maintain. Simplification is then necessary to keep going.
Diffstat (limited to 'files/etc/gdm/themes/Tuxtastic/gdm.xml')
-rw-r--r--files/etc/gdm/themes/Tuxtastic/gdm.xml114
1 files changed, 0 insertions, 114 deletions
diff --git a/files/etc/gdm/themes/Tuxtastic/gdm.xml b/files/etc/gdm/themes/Tuxtastic/gdm.xml
deleted file mode 100644
index c280d1c..0000000
--- a/files/etc/gdm/themes/Tuxtastic/gdm.xml
+++ /dev/null
@@ -1,114 +0,0 @@
-<?xml version="1.0"?>
-<!DOCTYPE greeter SYSTEM "greeter.dtd">
-
-<greeter>
-
- <!--
- The Background
- -->
- <item type="pixmap">
- <normal file="background.png" alpha="1"/>
- <pos x="0" y="0" width="100%" height="100%"/>
- </item>
-
- <!--
- The Date and Time
- -->
- <item type="pixmap">
- <normal file="blend.png" alpha="1"/>
- <pos x="50%" y="0" anchor="c"/>
- </item>
- <item type="rect">
- <pos x="50%" y="22" width="box" height="box" anchor="c"/>
- <box xpadding="0" ypadding="0" spacing="5" orientation="horizontal">
- <item type="label" id="hostname">
- <normal color="#ffffff" font="Sans 12" alpha="1"/>
- <!--<text>%h</text>-->
- <text>Welcome</text>
- </item>
- <item type="label" id="at">
- <normal color="#ffffff" font="Sans 12" alpha="1"/>
- <!--<text>@</text>-->
- <text>-</text>
- </item>
- <item type="label" id="clock">
- <normal color="#ffffff" font="Sans 12" alpha="1"/>
- <text>%c</text>
- </item>
- </box>
- </item>
-
- <!--
- The Login
- -->
- <item type="rect">
- <pos x="50%" y="80%" width="box" height="box" anchor="c"/>
- <box xpadding="0" ypadding="0" spacing="5" orientation="vertical">
- <item type="pixmap">
- <normal file="input.png"/>
- <pos width="252" height="27"/>
- <fixed>
- <item type="entry" id="user-pw-entry">
- <normal color="#222222" font="Sans 12"/>
- <pos y="5" x="5" width="-10" height="-10" anchor="nw"/>
- </item>
- </fixed>
- </item>
- <item type="label" id="userpw">
- <pos x="50%" y="50%" anchor="c"/>
- <normal color="#ffffff" font="Sans 8" alpha="0.8"/>
- <text>Please, enter your login and password.</text>
- </item>
- </box>
- </item>
-
- <item type="rect" id="caps-lock-warning">
- <pos x="50%" y="70%" width="box" height="box" anchor="c"/>
- <box xpadding="0" ypadding="0" spacing="5" orientation="vertical">
- <item type="label">
- <normal color="#99cccc" font="Sans Bold 8" alpha="0.8"/>
- <text>Caps-lock is ON!</text>
- </item>
- <item type="label">
- <normal color="#99cccc" font="Sans Bold 8" alpha="0.8"/>
- <text>Login and password are case-sensitive.</text>
- </item>
- </box>
- </item>
-
- <item type="rect" id="pam-error">
- <pos x="50%" y="90%" width="box" height="box" anchor="c"/>
- <box xpadding="0" ypadding="0" spacing="5" orientation="vertical">
- <item type="label" id="pam-error">
- <normal color="#ffffff" font="Sans Bold 8"/>
- <pos x="50%" anchor="c"/>
- <text/>
- </item>
- </box>
- </item>
-
- <!--
- The Timed Login
- -->
- <item type="rect" id="timed-rect">
- <show type="timed"/>
- <normal color="#99cccc" alpha="0.8"/>
- <pos x="50%" y="40%" width="box" height="box" anchor="c"/>
- <box xpadding="0" ypadding="0" spacing="5" orientation="vertical">
- <item type="label" id="timed-label">
- <normal color="#ffffff" font="Sans Bold 8"/>
- <pos x="50%" anchor="c"/>
- <stock type="timed-label"/>
- </item>
- </box>
- </item>
-
- <item type="label" id="pam-message">
- <pos x="50%" anchor="c"/>
- <normal alpha="0.00"/>
- <text/>
- </item>
-
-</greeter>
-
-