An open API service indexing awesome lists of open source software.

https://github.com/elementary/wallpapers

Collection of wallpapers for elementary OS
https://github.com/elementary/wallpapers

backgrounds elementaryos wallpaper wallpapers

Last synced: 5 months ago
JSON representation

Collection of wallpapers for elementary OS

Awesome Lists containing this project

README

          

# elementary Wallpapers
[![Translation status](https://l10n.elementary.io/widget/desktop/wallpapers-extra/svg-badge.svg)](https://l10n.elementary.io/engage/desktop/)

Wallpapers for elementary OS

## Building, Testing, and Installation

You'll need the following dependencies:

- exif
- meson

Run `meson build` to configure the build environment. Change to the build directory and run `ninja test` to build and run automated tests

meson build --prefix=/usr
cd build
ninja test

To install, use `ninja install`

ninja install