diff options
author | Adam Erdman <[email protected]> | 2014-03-11 17:04:51 -0400 |
---|---|---|
committer | Adam Erdman <[email protected]> | 2014-03-15 16:16:43 -0400 |
commit | 7b159c247396247fded74caa28d0a120b401db40 (patch) | |
tree | ace3017404e6f1e6f12ce583acef3ba04c1b6020 /desktop | |
parent | b0a51d7c11e23a15b396f78eb64639684491f013 (diff) | |
download | mate-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
Diffstat (limited to 'desktop')
-rw-r--r-- | desktop/MATE-Stripes-Dark.png | bin | 0 -> 1363078 bytes | |||
-rw-r--r-- | desktop/MATE-Stripes-Light.png | bin | 0 -> 1252575 bytes | |||
-rw-r--r-- | desktop/Makefile.am | 4 | ||||
-rw-r--r-- | desktop/mate-desktop.xml.in.in | 18 |
4 files changed, 21 insertions, 1 deletions
diff --git a/desktop/MATE-Stripes-Dark.png b/desktop/MATE-Stripes-Dark.png Binary files differnew file mode 100644 index 0000000..429adad --- /dev/null +++ b/desktop/MATE-Stripes-Dark.png diff --git a/desktop/MATE-Stripes-Light.png b/desktop/MATE-Stripes-Light.png Binary files differnew file mode 100644 index 0000000..d5a154f --- /dev/null +++ b/desktop/MATE-Stripes-Light.png 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> |