aboutsummaryrefslogtreecommitdiff
path: root/files/etc/gdm/themes/dasUberMini
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2012-07-09 18:40:27 -0300
committerSilvio Rhatto <rhatto@riseup.net>2012-07-09 18:40:27 -0300
commit803cecd4e5a081d7dc986fc5b38fa1663447628c (patch)
tree3d3201ccbaff98fb7fb48f21b0653377a36ffa29 /files/etc/gdm/themes/dasUberMini
parent780549cc4bee974b458cd907bd7c74692f445d02 (diff)
downloadpuppet-nodo-803cecd4e5a081d7dc986fc5b38fa1663447628c.tar.gz
puppet-nodo-803cecd4e5a081d7dc986fc5b38fa1663447628c.tar.bz2
Adding gdm class
Diffstat (limited to 'files/etc/gdm/themes/dasUberMini')
-rw-r--r--files/etc/gdm/themes/dasUberMini/GdmGreeterTheme.desktop11
-rw-r--r--files/etc/gdm/themes/dasUberMini/GdmGreeterTheme.desktop~11
-rw-r--r--files/etc/gdm/themes/dasUberMini/README.txt16
-rw-r--r--files/etc/gdm/themes/dasUberMini/bluefish.xml~39
-rw-r--r--files/etc/gdm/themes/dasUberMini/dasUberMini.xml33
-rw-r--r--files/etc/gdm/themes/dasUberMini/das_mini.xml~39
-rwxr-xr-xfiles/etc/gdm/themes/dasUberMini/gplv3.pdfbin0 -> 253727 bytes
-rw-r--r--files/etc/gdm/themes/dasUberMini/gtk-2.0/gtkrc29
-rw-r--r--files/etc/gdm/themes/dasUberMini/gtk-2.0/gtkrc~29
-rw-r--r--files/etc/gdm/themes/dasUberMini/screenshot.pngbin0 -> 4927 bytes
-rw-r--r--files/etc/gdm/themes/dasUberMini/screenshot2.pngbin0 -> 19994 bytes
11 files changed, 207 insertions, 0 deletions
diff --git a/files/etc/gdm/themes/dasUberMini/GdmGreeterTheme.desktop b/files/etc/gdm/themes/dasUberMini/GdmGreeterTheme.desktop
new file mode 100644
index 0000000..357d11c
--- /dev/null
+++ b/files/etc/gdm/themes/dasUberMini/GdmGreeterTheme.desktop
@@ -0,0 +1,11 @@
+# This is not really a .desktop file like the rest, but it's useful to treat
+# it as such
+
+[GdmGreeterTheme]
+Encoding=UTF-8
+Greeter=dasUberMini.xml
+Name=Das Uber Mini
+Description=Can it be more minimal?
+Author=Ryan A. Johnson (CITguy)
+Copyright=(c) 2009 Ryan A. Johnson (CITguy)
+Screenshot=screenshot.png
diff --git a/files/etc/gdm/themes/dasUberMini/GdmGreeterTheme.desktop~ b/files/etc/gdm/themes/dasUberMini/GdmGreeterTheme.desktop~
new file mode 100644
index 0000000..c828528
--- /dev/null
+++ b/files/etc/gdm/themes/dasUberMini/GdmGreeterTheme.desktop~
@@ -0,0 +1,11 @@
+# This is not really a .desktop file like the rest, but it's useful to treat
+# it as such
+
+[GdmGreeterTheme]
+Encoding=UTF-8
+Greeter=das_mini.xml
+Name=Das Mini
+Description=Uber Minimalist Theme\nI dare you to make one more minimal.
+Author=Ryan A. Johnson (CITguy)
+Copyright=(c) 2009 Ryan A. Johnson (CITguy)
+Screenshot=screenshot.png
diff --git a/files/etc/gdm/themes/dasUberMini/README.txt b/files/etc/gdm/themes/dasUberMini/README.txt
new file mode 100644
index 0000000..8bf3d83
--- /dev/null
+++ b/files/etc/gdm/themes/dasUberMini/README.txt
@@ -0,0 +1,16 @@
+INFORMATION:
+--------------------------------------------------------------------------------
+ NAME: "Das Uber Mini"
+ DATE: June 8, 2009
+ VERSION: 1.0
+ AUTHOR: Ryan Johnson (CITguy) (rhino.citguy@gmail.com)
+ Copyright 2009 Ryan Johnson (GPLv3)
+
+--------------------------------------------------------------------------------
+
+ A copy of the GPLv3 should be included with the contents of this archive.
+ If not, please visit the following URL to review the license.
+
+ http://www.gnu.org/licenses/gpl-3.0.html
+
+--------------------------------------------------------------------------------
diff --git a/files/etc/gdm/themes/dasUberMini/bluefish.xml~ b/files/etc/gdm/themes/dasUberMini/bluefish.xml~
new file mode 100644
index 0000000..80753bc
--- /dev/null
+++ b/files/etc/gdm/themes/dasUberMini/bluefish.xml~
@@ -0,0 +1,39 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE greeter SYSTEM "greeter.dtd">
+<!-- INFORMATION
+ NAME: "Das Mini"
+ DATE: March 10, 2009
+ VERSION: 1.0
+ AUTHOR: Ryan Johnson (CITguy) (rhino.citguy@gmail.com)
+ Copyright Ryan Johnson 2009 (GPLv3)
+-->
+<greeter>
+
+ <!-- BLACK BACKGROUND -->
+ <item type="rect" background="true">
+ <pos x="0" y="0" width="100%" height="100%" />
+ <normal color="#000000" alpha="1.0" />
+ </item>
+
+ <!-- Text Entry for Login -->
+ <item type="entry" id="user-pw-entry">
+ <pos anchor="w" x="50%" y="50%" width="200" height="30" />
+ <normal color="#ffffff" font="FreeSans 20" />
+ </item>
+
+ <!-- The PSEUDO Command Prompt is an OPTIONS BUTTON! -->
+ <item type="label" id="options_button" button="true">
+ <pos anchor="e" x="49%" y="50%" />
+ <normal color="#ffffff" font="FreeSans Bold 20" alpha="1.0" />
+ <prelight color="#ff0000" font="FreeSans Bold 20" alpha="1.0" />
+ <text xml:lang="en">[%h]~$</text>
+ </item>
+
+ <!-- CAPS LOCK WARNING -->
+ <item type="label" id="caps-lock-warning">
+ <pos anchor="w" x="50%" y="55%" />
+ <normal color="#FF0000" font="FreeSans Bold 12" />
+ <text xml:lang="en">Caps Lock is ON</text>
+ </item>
+
+</greeter> \ No newline at end of file
diff --git a/files/etc/gdm/themes/dasUberMini/dasUberMini.xml b/files/etc/gdm/themes/dasUberMini/dasUberMini.xml
new file mode 100644
index 0000000..51eca3d
--- /dev/null
+++ b/files/etc/gdm/themes/dasUberMini/dasUberMini.xml
@@ -0,0 +1,33 @@
+<?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
diff --git a/files/etc/gdm/themes/dasUberMini/das_mini.xml~ b/files/etc/gdm/themes/dasUberMini/das_mini.xml~
new file mode 100644
index 0000000..80753bc
--- /dev/null
+++ b/files/etc/gdm/themes/dasUberMini/das_mini.xml~
@@ -0,0 +1,39 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE greeter SYSTEM "greeter.dtd">
+<!-- INFORMATION
+ NAME: "Das Mini"
+ DATE: March 10, 2009
+ VERSION: 1.0
+ AUTHOR: Ryan Johnson (CITguy) (rhino.citguy@gmail.com)
+ Copyright Ryan Johnson 2009 (GPLv3)
+-->
+<greeter>
+
+ <!-- BLACK BACKGROUND -->
+ <item type="rect" background="true">
+ <pos x="0" y="0" width="100%" height="100%" />
+ <normal color="#000000" alpha="1.0" />
+ </item>
+
+ <!-- Text Entry for Login -->
+ <item type="entry" id="user-pw-entry">
+ <pos anchor="w" x="50%" y="50%" width="200" height="30" />
+ <normal color="#ffffff" font="FreeSans 20" />
+ </item>
+
+ <!-- The PSEUDO Command Prompt is an OPTIONS BUTTON! -->
+ <item type="label" id="options_button" button="true">
+ <pos anchor="e" x="49%" y="50%" />
+ <normal color="#ffffff" font="FreeSans Bold 20" alpha="1.0" />
+ <prelight color="#ff0000" font="FreeSans Bold 20" alpha="1.0" />
+ <text xml:lang="en">[%h]~$</text>
+ </item>
+
+ <!-- CAPS LOCK WARNING -->
+ <item type="label" id="caps-lock-warning">
+ <pos anchor="w" x="50%" y="55%" />
+ <normal color="#FF0000" font="FreeSans Bold 12" />
+ <text xml:lang="en">Caps Lock is ON</text>
+ </item>
+
+</greeter> \ No newline at end of file
diff --git a/files/etc/gdm/themes/dasUberMini/gplv3.pdf b/files/etc/gdm/themes/dasUberMini/gplv3.pdf
new file mode 100755
index 0000000..0602e68
--- /dev/null
+++ b/files/etc/gdm/themes/dasUberMini/gplv3.pdf
Binary files differ
diff --git a/files/etc/gdm/themes/dasUberMini/gtk-2.0/gtkrc b/files/etc/gdm/themes/dasUberMini/gtk-2.0/gtkrc
new file mode 100644
index 0000000..9e56c9e
--- /dev/null
+++ b/files/etc/gdm/themes/dasUberMini/gtk-2.0/gtkrc
@@ -0,0 +1,29 @@
+# GDM Theme:
+# "Das Mini"
+#
+# Author:
+# Ryan Johnson <rhino.citguy@gmail.com>
+#
+# Feel free to modify and share!
+
+gtk_color_scheme="text_color_norm:#FFFFFF
+text_color_insensitive:#777777
+widget_base_norm:#000000
+widget_base_insensitive:#000000"
+
+style "login_prompt"
+{
+ text[NORMAL] = @text_color_norm
+ base[NORMAL] = @widget_base_norm
+
+ text[ACTIVE] = @text_color_norm
+ base[ACTIVE] = @widget_base_norm
+
+ text[PRELIGHT] = @text_color_norm
+ base[PRELIGHT] = @widget_base_norm
+
+ text[INSENSITIVE] = @text_color_insensitive
+ base[INSENSITIVE] = @widget_base_insensitive
+
+}
+class "GtkEntry" style "login_prompt"
diff --git a/files/etc/gdm/themes/dasUberMini/gtk-2.0/gtkrc~ b/files/etc/gdm/themes/dasUberMini/gtk-2.0/gtkrc~
new file mode 100644
index 0000000..9e56c9e
--- /dev/null
+++ b/files/etc/gdm/themes/dasUberMini/gtk-2.0/gtkrc~
@@ -0,0 +1,29 @@
+# GDM Theme:
+# "Das Mini"
+#
+# Author:
+# Ryan Johnson <rhino.citguy@gmail.com>
+#
+# Feel free to modify and share!
+
+gtk_color_scheme="text_color_norm:#FFFFFF
+text_color_insensitive:#777777
+widget_base_norm:#000000
+widget_base_insensitive:#000000"
+
+style "login_prompt"
+{
+ text[NORMAL] = @text_color_norm
+ base[NORMAL] = @widget_base_norm
+
+ text[ACTIVE] = @text_color_norm
+ base[ACTIVE] = @widget_base_norm
+
+ text[PRELIGHT] = @text_color_norm
+ base[PRELIGHT] = @widget_base_norm
+
+ text[INSENSITIVE] = @text_color_insensitive
+ base[INSENSITIVE] = @widget_base_insensitive
+
+}
+class "GtkEntry" style "login_prompt"
diff --git a/files/etc/gdm/themes/dasUberMini/screenshot.png b/files/etc/gdm/themes/dasUberMini/screenshot.png
new file mode 100644
index 0000000..c7a4a62
--- /dev/null
+++ b/files/etc/gdm/themes/dasUberMini/screenshot.png
Binary files differ
diff --git a/files/etc/gdm/themes/dasUberMini/screenshot2.png b/files/etc/gdm/themes/dasUberMini/screenshot2.png
new file mode 100644
index 0000000..a61990f
--- /dev/null
+++ b/files/etc/gdm/themes/dasUberMini/screenshot2.png
Binary files differ