mirror of
https://github.com/edeproject/ede.git
synced 2023-08-10 21:13:03 +03:00
Adding wallpapers
This commit is contained in:
@ -24,3 +24,4 @@ SubInclude TOP data icon-themes ;
|
||||
SubInclude TOP data menu ;
|
||||
SubInclude TOP data desktop-links ;
|
||||
SubInclude TOP data pekwm ;
|
||||
SubInclude TOP data wallpapers ;
|
||||
|
8
data/wallpapers/COPYRIGHT
Normal file
8
data/wallpapers/COPYRIGHT
Normal file
@ -0,0 +1,8 @@
|
||||
http://www.flickr.com/photos/desomnis
|
||||
-------------------------------------
|
||||
|
||||
* raindrops-1600x1200.jpg
|
||||
* summer-dreamin-3352x2304.jpg
|
||||
* winter-sunset-3456x2304.jpg
|
||||
|
||||
All images are used with author permission.
|
14
data/wallpapers/Jamfile
Normal file
14
data/wallpapers/Jamfile
Normal file
@ -0,0 +1,14 @@
|
||||
#
|
||||
# $Id: Jamfile 2316 2008-09-04 10:16:55Z karijes $
|
||||
#
|
||||
# Part of Equinox Desktop Environment (EDE).
|
||||
# Copyright (c) 2012 EDE Authors.
|
||||
#
|
||||
# This program is licensed under terms of the
|
||||
# GNU General Public License version 2 or newer.
|
||||
# See COPYING for details.
|
||||
|
||||
SubDir TOP data wallpapers ;
|
||||
|
||||
FILES = [ Wildcard *.jpg ] ;
|
||||
InstallData $(EDE_WALLPAPERS_DIR) : $(FILES) ;
|
BIN
data/wallpapers/raindrops-1600x1200.jpg
Normal file
BIN
data/wallpapers/raindrops-1600x1200.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 274 KiB |
BIN
data/wallpapers/summer-dreamin-3352x2304.jpg
Normal file
BIN
data/wallpapers/summer-dreamin-3352x2304.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 3.6 MiB |
BIN
data/wallpapers/winter-sunset-3456x2304.jpg
Normal file
BIN
data/wallpapers/winter-sunset-3456x2304.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 3.1 MiB |
Reference in New Issue
Block a user