aboutsummaryrefslogtreecommitdiff
path: root/files/etc/gdm/themes/dasUberMini/dasUberMini.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/dasUberMini/dasUberMini.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/dasUberMini/dasUberMini.xml')
-rw-r--r--files/etc/gdm/themes/dasUberMini/dasUberMini.xml33
1 files changed, 0 insertions, 33 deletions
diff --git a/files/etc/gdm/themes/dasUberMini/dasUberMini.xml b/files/etc/gdm/themes/dasUberMini/dasUberMini.xml
deleted file mode 100644
index 51eca3d..0000000
--- a/files/etc/gdm/themes/dasUberMini/dasUberMini.xml
+++ /dev/null
@@ -1,33 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE greeter SYSTEM "greeter.dtd">
-<!-- INFORMATION
- NAME: "Das Uber Mini"
- DATE: June 8, 2009
- VERSION: 1.0
- AUTHOR: Ryan Johnson (CITguy) (rhino.citguy@gmail.com)
- Copyright Ryan Johnson 2009 (GPLv3)
--->
-<greeter>
-
- <!-- BLACK BACKGROUND -->
- <!--
- The entire background is a button for options.
- Here's the kicker, the options button appears above the last instance of the options_button id (which is the rectangle behind the prompt).
- -->
- <item type="rect" background="true" id="options_button" button="true">
- <pos x="50%" y="50%" width="100%" height="100%" anchor="c" />
- <normal color="#000000" alpha="1.0" />
- </item>
- <!-- Text Entry for Login -->
-
- <item type="entry" id="user-pw-entry">
- <pos anchor="nw" x="2%" y="2%" width="96%" height="30" />
- <normal color="#ffffff" font="FreeSans 20" />
- </item>
- <item type="rect" id="options_button" button="true">
- <pos anchor="w" x="2%" y="2%" width="96%" height="30" />
- <normal color="#ff0000" alpha="0.0" />
- </item>
-
-
-</greeter> \ No newline at end of file