diff options
Diffstat (limited to 'files/etc/gdm/themes/crunchbang')
-rw-r--r-- | files/etc/gdm/themes/crunchbang/GdmGreeterTheme.desktop | 7 | ||||
-rw-r--r-- | files/etc/gdm/themes/crunchbang/act_off.png | bin | 422 -> 0 bytes | |||
-rw-r--r-- | files/etc/gdm/themes/crunchbang/act_on.png | bin | 311 -> 0 bytes | |||
-rw-r--r-- | files/etc/gdm/themes/crunchbang/crunchbang.xml | 132 | ||||
-rw-r--r-- | files/etc/gdm/themes/crunchbang/lang_off.png | bin | 417 -> 0 bytes | |||
-rw-r--r-- | files/etc/gdm/themes/crunchbang/lang_on.png | bin | 323 -> 0 bytes | |||
-rw-r--r-- | files/etc/gdm/themes/crunchbang/login.png | bin | 3014 -> 0 bytes | |||
-rw-r--r-- | files/etc/gdm/themes/crunchbang/quit_off.png | bin | 376 -> 0 bytes | |||
-rw-r--r-- | files/etc/gdm/themes/crunchbang/quit_on.png | bin | 258 -> 0 bytes | |||
-rw-r--r-- | files/etc/gdm/themes/crunchbang/screenshot.jpg | bin | 7944 -> 0 bytes | |||
-rw-r--r-- | files/etc/gdm/themes/crunchbang/sess_off.png | bin | 415 -> 0 bytes | |||
-rw-r--r-- | files/etc/gdm/themes/crunchbang/sess_on.png | bin | 314 -> 0 bytes |
12 files changed, 0 insertions, 139 deletions
diff --git a/files/etc/gdm/themes/crunchbang/GdmGreeterTheme.desktop b/files/etc/gdm/themes/crunchbang/GdmGreeterTheme.desktop deleted file mode 100644 index 864282d..0000000 --- a/files/etc/gdm/themes/crunchbang/GdmGreeterTheme.desktop +++ /dev/null @@ -1,7 +0,0 @@ -[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 Binary files differdeleted file mode 100644 index a5e2824..0000000 --- a/files/etc/gdm/themes/crunchbang/act_off.png +++ /dev/null diff --git a/files/etc/gdm/themes/crunchbang/act_on.png b/files/etc/gdm/themes/crunchbang/act_on.png Binary files differdeleted file mode 100644 index 972f993..0000000 --- a/files/etc/gdm/themes/crunchbang/act_on.png +++ /dev/null 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> - diff --git a/files/etc/gdm/themes/crunchbang/lang_off.png b/files/etc/gdm/themes/crunchbang/lang_off.png Binary files differdeleted file mode 100644 index 8fa3d8c..0000000 --- a/files/etc/gdm/themes/crunchbang/lang_off.png +++ /dev/null diff --git a/files/etc/gdm/themes/crunchbang/lang_on.png b/files/etc/gdm/themes/crunchbang/lang_on.png Binary files differdeleted file mode 100644 index e0c837a..0000000 --- a/files/etc/gdm/themes/crunchbang/lang_on.png +++ /dev/null diff --git a/files/etc/gdm/themes/crunchbang/login.png b/files/etc/gdm/themes/crunchbang/login.png Binary files differdeleted file mode 100644 index c23ca21..0000000 --- a/files/etc/gdm/themes/crunchbang/login.png +++ /dev/null diff --git a/files/etc/gdm/themes/crunchbang/quit_off.png b/files/etc/gdm/themes/crunchbang/quit_off.png Binary files differdeleted file mode 100644 index 3ff2ef2..0000000 --- a/files/etc/gdm/themes/crunchbang/quit_off.png +++ /dev/null diff --git a/files/etc/gdm/themes/crunchbang/quit_on.png b/files/etc/gdm/themes/crunchbang/quit_on.png Binary files differdeleted file mode 100644 index 6b2b58d..0000000 --- a/files/etc/gdm/themes/crunchbang/quit_on.png +++ /dev/null diff --git a/files/etc/gdm/themes/crunchbang/screenshot.jpg b/files/etc/gdm/themes/crunchbang/screenshot.jpg Binary files differdeleted file mode 100644 index 05161aa..0000000 --- a/files/etc/gdm/themes/crunchbang/screenshot.jpg +++ /dev/null diff --git a/files/etc/gdm/themes/crunchbang/sess_off.png b/files/etc/gdm/themes/crunchbang/sess_off.png Binary files differdeleted file mode 100644 index e41ff06..0000000 --- a/files/etc/gdm/themes/crunchbang/sess_off.png +++ /dev/null diff --git a/files/etc/gdm/themes/crunchbang/sess_on.png b/files/etc/gdm/themes/crunchbang/sess_on.png Binary files differdeleted file mode 100644 index 97a748c..0000000 --- a/files/etc/gdm/themes/crunchbang/sess_on.png +++ /dev/null |