aboutsummaryrefslogtreecommitdiff
path: root/files/etc/gdm/themes/crunchbang
diff options
context:
space:
mode:
Diffstat (limited to 'files/etc/gdm/themes/crunchbang')
-rw-r--r--files/etc/gdm/themes/crunchbang/GdmGreeterTheme.desktop7
-rw-r--r--files/etc/gdm/themes/crunchbang/act_off.pngbin0 -> 422 bytes
-rw-r--r--files/etc/gdm/themes/crunchbang/act_on.pngbin0 -> 311 bytes
-rw-r--r--files/etc/gdm/themes/crunchbang/crunchbang.xml132
-rw-r--r--files/etc/gdm/themes/crunchbang/lang_off.pngbin0 -> 417 bytes
-rw-r--r--files/etc/gdm/themes/crunchbang/lang_on.pngbin0 -> 323 bytes
-rw-r--r--files/etc/gdm/themes/crunchbang/login.pngbin0 -> 3014 bytes
-rw-r--r--files/etc/gdm/themes/crunchbang/quit_off.pngbin0 -> 376 bytes
-rw-r--r--files/etc/gdm/themes/crunchbang/quit_on.pngbin0 -> 258 bytes
-rw-r--r--files/etc/gdm/themes/crunchbang/screenshot.jpgbin0 -> 7944 bytes
-rw-r--r--files/etc/gdm/themes/crunchbang/sess_off.pngbin0 -> 415 bytes
-rw-r--r--files/etc/gdm/themes/crunchbang/sess_on.pngbin0 -> 314 bytes
12 files changed, 139 insertions, 0 deletions
diff --git a/files/etc/gdm/themes/crunchbang/GdmGreeterTheme.desktop b/files/etc/gdm/themes/crunchbang/GdmGreeterTheme.desktop
new file mode 100644
index 0000000..864282d
--- /dev/null
+++ b/files/etc/gdm/themes/crunchbang/GdmGreeterTheme.desktop
@@ -0,0 +1,7 @@
+[GdmGreeterTheme]
+Greeter=crunchbang.xml
+Name=crunchbang
+Description=GDM theme
+Author=Armando Macchia "armaskywalker" <armaskywalker@gmail.com>
+Copyright=(c) 2011 Armando Macchia http://armaskywalker.altervista.org/
+Screenshot=screenshot.jpg
diff --git a/files/etc/gdm/themes/crunchbang/act_off.png b/files/etc/gdm/themes/crunchbang/act_off.png
new file mode 100644
index 0000000..a5e2824
--- /dev/null
+++ b/files/etc/gdm/themes/crunchbang/act_off.png
Binary files differ
diff --git a/files/etc/gdm/themes/crunchbang/act_on.png b/files/etc/gdm/themes/crunchbang/act_on.png
new file mode 100644
index 0000000..972f993
--- /dev/null
+++ b/files/etc/gdm/themes/crunchbang/act_on.png
Binary files differ
diff --git a/files/etc/gdm/themes/crunchbang/crunchbang.xml b/files/etc/gdm/themes/crunchbang/crunchbang.xml
new file mode 100644
index 0000000..b7763a9
--- /dev/null
+++ b/files/etc/gdm/themes/crunchbang/crunchbang.xml
@@ -0,0 +1,132 @@
+<?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>
+
diff --git a/files/etc/gdm/themes/crunchbang/lang_off.png b/files/etc/gdm/themes/crunchbang/lang_off.png
new file mode 100644
index 0000000..8fa3d8c
--- /dev/null
+++ b/files/etc/gdm/themes/crunchbang/lang_off.png
Binary files differ
diff --git a/files/etc/gdm/themes/crunchbang/lang_on.png b/files/etc/gdm/themes/crunchbang/lang_on.png
new file mode 100644
index 0000000..e0c837a
--- /dev/null
+++ b/files/etc/gdm/themes/crunchbang/lang_on.png
Binary files differ
diff --git a/files/etc/gdm/themes/crunchbang/login.png b/files/etc/gdm/themes/crunchbang/login.png
new file mode 100644
index 0000000..c23ca21
--- /dev/null
+++ b/files/etc/gdm/themes/crunchbang/login.png
Binary files differ
diff --git a/files/etc/gdm/themes/crunchbang/quit_off.png b/files/etc/gdm/themes/crunchbang/quit_off.png
new file mode 100644
index 0000000..3ff2ef2
--- /dev/null
+++ b/files/etc/gdm/themes/crunchbang/quit_off.png
Binary files differ
diff --git a/files/etc/gdm/themes/crunchbang/quit_on.png b/files/etc/gdm/themes/crunchbang/quit_on.png
new file mode 100644
index 0000000..6b2b58d
--- /dev/null
+++ b/files/etc/gdm/themes/crunchbang/quit_on.png
Binary files differ
diff --git a/files/etc/gdm/themes/crunchbang/screenshot.jpg b/files/etc/gdm/themes/crunchbang/screenshot.jpg
new file mode 100644
index 0000000..05161aa
--- /dev/null
+++ b/files/etc/gdm/themes/crunchbang/screenshot.jpg
Binary files differ
diff --git a/files/etc/gdm/themes/crunchbang/sess_off.png b/files/etc/gdm/themes/crunchbang/sess_off.png
new file mode 100644
index 0000000..e41ff06
--- /dev/null
+++ b/files/etc/gdm/themes/crunchbang/sess_off.png
Binary files differ
diff --git a/files/etc/gdm/themes/crunchbang/sess_on.png b/files/etc/gdm/themes/crunchbang/sess_on.png
new file mode 100644
index 0000000..97a748c
--- /dev/null
+++ b/files/etc/gdm/themes/crunchbang/sess_on.png
Binary files differ