From 312ba610a1e98fc656fb58178227d7d45a64494e Mon Sep 17 00:00:00 2001 From: Perberos Date: Mon, 14 Nov 2011 18:24:48 -0300 Subject: initial --- geyes/themes/Bizarre/Bizarre-eye.png | Bin 0 -> 796 bytes geyes/themes/Bizarre/Bizarre-pupil.png | Bin 0 -> 143 bytes geyes/themes/Bizarre/config | 4 +++ geyes/themes/Bloodshot/Bloodshot-eye.png | Bin 0 -> 1845 bytes geyes/themes/Bloodshot/Bloodshot-pupil.png | Bin 0 -> 343 bytes geyes/themes/Bloodshot/config | 4 +++ geyes/themes/Default-tiny/Default-tiny-eye.png | Bin 0 -> 807 bytes geyes/themes/Default-tiny/Default-tiny-pupil.png | Bin 0 -> 134 bytes geyes/themes/Default-tiny/config | 4 +++ geyes/themes/Default/Default-eye.png | Bin 0 -> 1357 bytes geyes/themes/Default/Default-pupil.png | Bin 0 -> 168 bytes geyes/themes/Default/config | 4 +++ geyes/themes/Horrid/config | 4 +++ geyes/themes/Horrid/horrid_eye.png | Bin 0 -> 3092 bytes geyes/themes/Horrid/horrid_pupil.png | Bin 0 -> 1272 bytes geyes/themes/Makefile.am | 41 +++++++++++++++++++++++ geyes/themes/Tango/config | 4 +++ geyes/themes/Tango/tango-eye.png | Bin 0 -> 901 bytes geyes/themes/Tango/tango-pupil.png | Bin 0 -> 324 bytes 19 files changed, 65 insertions(+) create mode 100644 geyes/themes/Bizarre/Bizarre-eye.png create mode 100644 geyes/themes/Bizarre/Bizarre-pupil.png create mode 100644 geyes/themes/Bizarre/config create mode 100644 geyes/themes/Bloodshot/Bloodshot-eye.png create mode 100644 geyes/themes/Bloodshot/Bloodshot-pupil.png create mode 100644 geyes/themes/Bloodshot/config create mode 100644 geyes/themes/Default-tiny/Default-tiny-eye.png create mode 100644 geyes/themes/Default-tiny/Default-tiny-pupil.png create mode 100644 geyes/themes/Default-tiny/config create mode 100644 geyes/themes/Default/Default-eye.png create mode 100644 geyes/themes/Default/Default-pupil.png create mode 100644 geyes/themes/Default/config create mode 100644 geyes/themes/Horrid/config create mode 100644 geyes/themes/Horrid/horrid_eye.png create mode 100644 geyes/themes/Horrid/horrid_pupil.png create mode 100644 geyes/themes/Makefile.am create mode 100644 geyes/themes/Tango/config create mode 100644 geyes/themes/Tango/tango-eye.png create mode 100644 geyes/themes/Tango/tango-pupil.png (limited to 'geyes/themes') diff --git a/geyes/themes/Bizarre/Bizarre-eye.png b/geyes/themes/Bizarre/Bizarre-eye.png new file mode 100644 index 00000000..76a21ce3 Binary files /dev/null and b/geyes/themes/Bizarre/Bizarre-eye.png differ diff --git a/geyes/themes/Bizarre/Bizarre-pupil.png b/geyes/themes/Bizarre/Bizarre-pupil.png new file mode 100644 index 00000000..c4fd02d9 Binary files /dev/null and b/geyes/themes/Bizarre/Bizarre-pupil.png differ diff --git a/geyes/themes/Bizarre/config b/geyes/themes/Bizarre/config new file mode 100644 index 00000000..20f729e9 --- /dev/null +++ b/geyes/themes/Bizarre/config @@ -0,0 +1,4 @@ +wall-thickness=2 +num-eyes = 3 +eye-pixmap = "Bizarre-eye.png" +pupil-pixmap = "Bizarre-pupil.png" diff --git a/geyes/themes/Bloodshot/Bloodshot-eye.png b/geyes/themes/Bloodshot/Bloodshot-eye.png new file mode 100644 index 00000000..57b84290 Binary files /dev/null and b/geyes/themes/Bloodshot/Bloodshot-eye.png differ diff --git a/geyes/themes/Bloodshot/Bloodshot-pupil.png b/geyes/themes/Bloodshot/Bloodshot-pupil.png new file mode 100644 index 00000000..c4de5bfc Binary files /dev/null and b/geyes/themes/Bloodshot/Bloodshot-pupil.png differ diff --git a/geyes/themes/Bloodshot/config b/geyes/themes/Bloodshot/config new file mode 100644 index 00000000..6c6b79a0 --- /dev/null +++ b/geyes/themes/Bloodshot/config @@ -0,0 +1,4 @@ +wall-thickness = 5 +num-eyes = 2 +eye-pixmap = "Bloodshot-eye.png" +pupil-pixmap = "Bloodshot-pupil.png" diff --git a/geyes/themes/Default-tiny/Default-tiny-eye.png b/geyes/themes/Default-tiny/Default-tiny-eye.png new file mode 100644 index 00000000..474e0cbd Binary files /dev/null and b/geyes/themes/Default-tiny/Default-tiny-eye.png differ diff --git a/geyes/themes/Default-tiny/Default-tiny-pupil.png b/geyes/themes/Default-tiny/Default-tiny-pupil.png new file mode 100644 index 00000000..84c3bd98 Binary files /dev/null and b/geyes/themes/Default-tiny/Default-tiny-pupil.png differ diff --git a/geyes/themes/Default-tiny/config b/geyes/themes/Default-tiny/config new file mode 100644 index 00000000..edbbee34 --- /dev/null +++ b/geyes/themes/Default-tiny/config @@ -0,0 +1,4 @@ +wall-thickness = 3 +num-eyes = 2 +eye-pixmap = "Default-tiny-eye.png" +pupil-pixmap = "Default-tiny-pupil.png" diff --git a/geyes/themes/Default/Default-eye.png b/geyes/themes/Default/Default-eye.png new file mode 100644 index 00000000..ea09156c Binary files /dev/null and b/geyes/themes/Default/Default-eye.png differ diff --git a/geyes/themes/Default/Default-pupil.png b/geyes/themes/Default/Default-pupil.png new file mode 100644 index 00000000..6a81587a Binary files /dev/null and b/geyes/themes/Default/Default-pupil.png differ diff --git a/geyes/themes/Default/config b/geyes/themes/Default/config new file mode 100644 index 00000000..325abdcb --- /dev/null +++ b/geyes/themes/Default/config @@ -0,0 +1,4 @@ +wall-thickness = 6 +num-eyes = 2 +eye-pixmap = "Default-eye.png" +pupil-pixmap = "Default-pupil.png" diff --git a/geyes/themes/Horrid/config b/geyes/themes/Horrid/config new file mode 100644 index 00000000..1c0137ba --- /dev/null +++ b/geyes/themes/Horrid/config @@ -0,0 +1,4 @@ +wall-thickness = 6 +num-eyes = 1 +eye-pixmap = "horrid_eye.png" +pupil-pixmap = "horrid_pupil.png" diff --git a/geyes/themes/Horrid/horrid_eye.png b/geyes/themes/Horrid/horrid_eye.png new file mode 100644 index 00000000..eebf16c5 Binary files /dev/null and b/geyes/themes/Horrid/horrid_eye.png differ diff --git a/geyes/themes/Horrid/horrid_pupil.png b/geyes/themes/Horrid/horrid_pupil.png new file mode 100644 index 00000000..63099ee0 Binary files /dev/null and b/geyes/themes/Horrid/horrid_pupil.png differ diff --git a/geyes/themes/Makefile.am b/geyes/themes/Makefile.am new file mode 100644 index 00000000..ba24a44c --- /dev/null +++ b/geyes/themes/Makefile.am @@ -0,0 +1,41 @@ +#SUBDIRS = Default Default-tiny Bizarre Bloodshot Horrid + +Defaultdir = $(pkgdatadir)/geyes/Default +Default_DATA = Default/config \ + Default/Default-eye.png \ + Default/Default-pupil.png + +Tangodir = $(pkgdatadir)/geyes/Tango +Tango_DATA = Tango/config \ + Tango/tango-eye.png \ + Tango/tango-pupil.png + +Default_tinydir = $(pkgdatadir)/geyes/Default-tiny +Default_tiny_DATA = Default-tiny/config \ + Default-tiny/Default-tiny-eye.png \ + Default-tiny/Default-tiny-pupil.png + +Bizarredir = $(pkgdatadir)/geyes/Bizarre +Bizarre_DATA = Bizarre/config \ + Bizarre/Bizarre-eye.png \ + Bizarre/Bizarre-pupil.png + +Bloodshotdir = $(pkgdatadir)/geyes/Bloodshot +Bloodshot_DATA = Bloodshot/config \ + Bloodshot/Bloodshot-eye.png \ + Bloodshot/Bloodshot-pupil.png + +Horriddir = $(pkgdatadir)/geyes/Horrid +Horrid_DATA = Horrid/config \ + Horrid/horrid_eye.png \ + Horrid/horrid_pupil.png + +EXTRA_DIST = \ + $(Default_DATA) \ + $(Default_tiny_DATA) \ + $(Bizarre_DATA) \ + $(Bloodshot_DATA) \ + $(Horrid_DATA) \ + $(Tango_DATA) + +-include $(top_srcdir)/git.mk diff --git a/geyes/themes/Tango/config b/geyes/themes/Tango/config new file mode 100644 index 00000000..60a926ca --- /dev/null +++ b/geyes/themes/Tango/config @@ -0,0 +1,4 @@ +wall-thickness = 4 +num-eyes = 2 +eye-pixmap = "tango-eye.png" +pupil-pixmap = "tango-pupil.png" diff --git a/geyes/themes/Tango/tango-eye.png b/geyes/themes/Tango/tango-eye.png new file mode 100644 index 00000000..792fc3f0 Binary files /dev/null and b/geyes/themes/Tango/tango-eye.png differ diff --git a/geyes/themes/Tango/tango-pupil.png b/geyes/themes/Tango/tango-pupil.png new file mode 100644 index 00000000..c2add321 Binary files /dev/null and b/geyes/themes/Tango/tango-pupil.png differ -- cgit v1.2.1