summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Erdman <[email protected]>2014-03-11 17:04:51 -0400
committerAdam Erdman <[email protected]>2014-03-15 16:16:43 -0400
commit7b159c247396247fded74caa28d0a120b401db40 (patch)
treeace3017404e6f1e6f12ce583acef3ba04c1b6020
parentb0a51d7c11e23a15b396f78eb64639684491f013 (diff)
downloadmate-backgrounds-7b159c247396247fded74caa28d0a120b401db40.tar.bz2
mate-backgrounds-7b159c247396247fded74caa28d0a120b401db40.tar.xz
Add MATE-Stripes Wallpapers
- Add desktop/MATE-Stripes-Dark.png semi-transparent PNG wallpaper - Add desktop/MATE-Stripes-Light.png semi-transparent PNG wallpaper - Add both files to desktop/Makefile.am - Add wallpaper metadata for MATE-Stripes Wallpapers
-rw-r--r--desktop/MATE-Stripes-Dark.pngbin0 -> 1363078 bytes
-rw-r--r--desktop/MATE-Stripes-Light.pngbin0 -> 1252575 bytes
-rw-r--r--desktop/Makefile.am4
-rw-r--r--desktop/mate-desktop.xml.in.in18
4 files changed, 21 insertions, 1 deletions
diff --git a/desktop/MATE-Stripes-Dark.png b/desktop/MATE-Stripes-Dark.png
new file mode 100644
index 0000000..429adad
--- /dev/null
+++ b/desktop/MATE-Stripes-Dark.png
Binary files differ
diff --git a/desktop/MATE-Stripes-Light.png b/desktop/MATE-Stripes-Light.png
new file mode 100644
index 0000000..d5a154f
--- /dev/null
+++ b/desktop/MATE-Stripes-Light.png
Binary files differ
diff --git a/desktop/Makefile.am b/desktop/Makefile.am
index 8677c14..f6ed32e 100644
--- a/desktop/Makefile.am
+++ b/desktop/Makefile.am
@@ -3,7 +3,9 @@ backgrounddir = $(datadir)/backgrounds/mate/desktop
background_DATA = \
Float-into-MATE.png \
GreenTraditional.jpg \
- Stripes.png
+ Stripes.png \
+ MATE-Stripes-Dark.png \
+ MATE-Stripes-Light.png
metadata_in_files = mate-desktop.xml.in
metadatadir = $(datadir)/mate-background-properties
diff --git a/desktop/mate-desktop.xml.in.in b/desktop/mate-desktop.xml.in.in
index fd88f30..d3a7abd 100644
--- a/desktop/mate-desktop.xml.in.in
+++ b/desktop/mate-desktop.xml.in.in
@@ -30,4 +30,22 @@
<scolor>#44A52A</scolor>
<artist>Jakub Steiner</artist>
</wallpaper>
+ <wallpaper deleted="false">
+ <_name>Stripes</_name>
+ <filename>@datadir@/backgrounds/mate/desktop/MATE-Stripes-Dark.png</filename>
+ <options>zoom</options>
+ <shade_type>vertical-gradient</shade_type>
+ <pcolor>#BADA55</pcolor>
+ <scolor>#85D45B</scolor>
+ <artist>Adam Erdman</artist>
+ </wallpaper>
+ <wallpaper deleted="false">
+ <_name>Stripes</_name>
+ <filename>@datadir@/backgrounds/mate/desktop/MATE-Stripes-Light.png</filename>
+ <options>zoom</options>
+ <shade_type>vertical-gradient</shade_type>
+ <pcolor>#3F4D28</pcolor>
+ <scolor>#6A9426</scolor>
+ <artist>Adam Erdman</artist>
+ </wallpaper>
</wallpapers>