summaryrefslogtreecommitdiff
path: root/data/backgrounds
diff options
context:
space:
mode:
authorCarsten Haitzler <raster@rasterman.com>2008-10-26 09:04:05 +0000
committerCarsten Haitzler <raster@rasterman.com>2008-10-26 09:04:05 +0000
commit20fd54169271e4cfd58136ca3994baea440cab47 (patch)
treeaa09d9941836d37b616e822f2414e305379b7436 /data/backgrounds
parent5d77d647ff2f3fb536b0fd7f07976faef9301ea8 (diff)
downloadenlightenment-20fd54169271e4cfd58136ca3994baea440cab47.tar.gz
and now wizard is pretty much required. functionalyl its almost all there.
just the init of ibar/fileman favorites is the old untar code moved to wizard. icons for all profiels are nto done yet - doing. broung some backgrounds back - small .edj files though. SVN revision: 37119
Diffstat (limited to 'data/backgrounds')
-rw-r--r--data/backgrounds/Dark_Gradient.edjbin0 -> 27433 bytes
-rw-r--r--data/backgrounds/Light_Gradient.edjbin0 -> 27180 bytes
-rw-r--r--data/backgrounds/Makefile.am7
3 files changed, 7 insertions, 0 deletions
diff --git a/data/backgrounds/Dark_Gradient.edj b/data/backgrounds/Dark_Gradient.edj
new file mode 100644
index 0000000000..6156bd3b07
--- /dev/null
+++ b/data/backgrounds/Dark_Gradient.edj
Binary files differ
diff --git a/data/backgrounds/Light_Gradient.edj b/data/backgrounds/Light_Gradient.edj
new file mode 100644
index 0000000000..d95ffa4716
--- /dev/null
+++ b/data/backgrounds/Light_Gradient.edj
Binary files differ
diff --git a/data/backgrounds/Makefile.am b/data/backgrounds/Makefile.am
new file mode 100644
index 0000000000..9964b395cd
--- /dev/null
+++ b/data/backgrounds/Makefile.am
@@ -0,0 +1,7 @@
+MAINTAINERCLEANFILES = Makefile.in
+filesdir = $(datadir)/enlightenment/data/backgrounds
+files_DATA = \
+Dark_Gradient.edj \
+Light_Gradient.edj
+
+EXTRA_DIST = $(files_DATA)