aboutsummaryrefslogtreecommitdiff
path: root/files/etc/gdm/themes/crunchbang/crunchbang.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/crunchbang/crunchbang.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/crunchbang/crunchbang.xml')
-rw-r--r--files/etc/gdm/themes/crunchbang/crunchbang.xml132
1 files changed, 0 insertions, 132 deletions
diff --git a/files/etc/gdm/themes/crunchbang/crunchbang.xml b/files/etc/gdm/themes/crunchbang/crunchbang.xml
deleted file mode 100644
index b7763a9..0000000
--- a/files/etc/gdm/themes/crunchbang/crunchbang.xml
+++ /dev/null
@@ -1,132 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE greeter SYSTEM "greeter.dtd">
-
-<!--
-Based On FreeSansGrrl GDM theme
-====================
-version 0.2 (26. Jan 2008)
-
-(c) 2006 by Simon Rei <simon AT verdammtsexy.com>
- Published under the terms of the GNU General Public License, version 2
-
-(c) 2008 by Giuseppe Pantanetti <gpantanetti AT gmail.com>
- Published under the terms of the GNU General Public License, version 2
-
-(c) 2011 by Armando Macchia <armaskywalker AT gmail.com>
- Published under the terms of the GNU General Public License, version 2
-
- ChangeLog:
- 0.3 (19.11.2011)
- -Changed colors
- -New image create with the GIMP with hinting
-
- 0.2 (26.01.2008):
- - Changed colors to match tango palette
- - Some global rewrite of the code
- - New pixmap images with FreeSans font and tango palette
-
- 0.1 (29.11.2006):
- - initial version from RastaGrrl by Simon Rei <simon AT verdammtsexy.com>
- check http://www.gnome-look.org/content/show.php/RastaGrrl+GDM?content=49382
--->
-
- <greeter>
-
- <!-- background -->
- <item type="rect">
- <normal color="#000000"/>
- <pos y="0" x="0" width="100%" height="100%"/>
- </item>
-
- <!-- container for the buttons -->
- <item type="rect">
- <pos x="50%" y="45%" width="180" height="80" anchor="ne"/>
- <box orientation="vertical">
-
- <item type="rect">
- <pos x="0" y="0" height="0" anchor="w"/>
- <normal color="#000000"/>
- </item>
-
- <item type="pixmap" id="welcome-label">
- <pos x="0" y="0" anchor="nw"/>
- <normal file="login.png"/>
- </item>
-
- <item type="rect">
- <pos x="0" y="10" width="180" height="40" anchor="nw"/>
- <box homogeneous="true">
- <item type="pixmap" button="true" id="language_button">
- <pos x="0" y="0" anchor="nw"/>
- <normal file="lang_off.png"/>
- <prelight file="lang_on.png"/>
- </item>
-
- <item type="pixmap" button="true" id="session_button">
- <pos x="0" y="0" anchor="nw"/>
- <normal file="sess_off.png"/>
- <prelight file="sess_on.png"/>
- </item>
-
- <!-- button, system (only console mode) -->
- <item type="pixmap" button="true" id="system_button">
- <show modes="console-fixed"/>
- <pos x="0" y="0" anchor="nw"/>
- <normal file="act_off.png"/>
- <prelight file="act_on.png"/>
- </item>
-
- <!-- button, disconnect (only remote,flexi mode) -->
- <item type="pixmap" button="true" id="disconnect_button">
- <show modes="remote,flexi"/>
- <pos x="0" y="0" anchor="nw"/>
- <normal file="quit_off.png"/>
- <prelight file="quit_on.png"/>
- </item>
- </box>
- </item>
- </box>
- </item>
-
- <item type="rect">
- <pos x="50%" y="45%" width="200" height="100" anchor="nw"/>
- <box orientation="vertical">
-
- <!-- username label -->
- <item type="label" id="pam-prompt">
- <pos x="0" y="0" width="120" height="15" anchor="nw"/>
- <normal font="FreeSans Bold 8" color="#eeeeec"/>
- <stock type="username-label"/>
- </item>
-
- <!-- user-pw-entry -->
- <item type="entry" id="user-pw-entry">
- <pos x="0" y="0" width="160" height="22" anchor="nw"/>
- <normal font="FreeSans Bold 16" color="#555753"/>
- </item>
-
- <!-- pam-error (login failure etc.) -->
- <item type="label" id="pam-error">
- <normal color="#eeeeec" font="FreeSans 10"/>
- <pos x="0" y="10" width="200" anchor="nw"/>
- <text></text>
- </item>
-
- </box>
- </item>
-
- <!-- caps-lock-warning -->
- <item type="rect" id="caps-lock-warning">
- <normal color="#eeeeec" alpha="0.2"/>
- <pos x="0" y="40%" width="100%" height="box" anchor="sw"/>
- <box orientation="vertical" min-width="250" xpadding="10" ypadding="5" spacing="0">
- <item type="label">
- <normal color="#eeeeec" font="FreeSans Bold 10"/>
- <pos x="50%" y="50%" anchor="c"/>
- <stock type="caps-lock-warning"/>
- </item>
- </box>
- </item>
-
- </greeter>
-