Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions LICENSE.CCBY-SA-4.0
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
Crags.png is provided under the Creative Commons Attribution Share Alike 4.0 license, provided by Garrett Bigart.
cefn-sidan.jpg and harbwr-penbre.jpg are provided under the Creative Commons Attribution Share Alike 4.0 license, provided by Joseph Riches.


Attribution-ShareAlike 4.0 International
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,10 @@ Solus Artwork contains many backgrounds graciously provided by the community for
- `IMG_9656.png` and `IMG_9710.png` © 2018-2019 Reetta Piiroinen. These may only be distributed as part of the official Solus release medium.
- `a-colorful-chaos.jpg` is provided by [Joel Filipe](https://unsplash.com/photos/k8apfKm-Md4) and licensed under [Unsplash License](https://unsplash.com/license).
- `camilo-beach.jpg` is provided by [Claudio Schwarz](https://unsplash.com/photos/kxAaw2bO1Z8) and licensed under [Unsplash License](https://unsplash.com/license).
- `cefn-sidan.jpg` is provided by Joseph Riches @joebonrichie and licensed under [CC-BY-SA-4.0](https://creativecommons.org/licenses/by-sa/4.0/).
- `cloud-covered-mountains.jpg` is provided by [Nick Saxby](https://unsplash.com/photos/HFbnIMpYbcc) and licensed under [Unsplash License](https://unsplash.com/license).
- `dazzle.jpg` is provided by [Jot](https://linktr.ee/mustang164) for inclusion into Solus.
- `harbwr-penbre.jpg` is provided by Joseph Riches @joebonrichie and licensed under [CC-BY-SA-4.0](https://creativecommons.org/licenses/by-sa/4.0/).
- `matador-rocks.jpg` is provided by Mica Semrick and is licensed under [CC-BY-SA-4.0](https://creativecommons.org/licenses/by-sa/4.0/).
- river-and-mountains.jpg is provided by [Tony Reid](https://unsplash.com/photos/UMJUr3st0AE) and is licensed under [Unsplash License](https://unsplash.com/license).
- `the-devils-bridge.jpg` is provided by A.Landgraf and is licensed under [CC-BY-SA-4.0](https://creativecommons.org/licenses/by-sa/4.0/).
Expand Down Expand Up @@ -47,4 +49,3 @@ Run `make build` to compile the tool, which will be put into `tooling/generate-w
### Usage

To generate a new or updated `solus-wallpapers.xml.in` file, simply run: `make gen`

Binary file added backgrounds/cefn-sidan.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added backgrounds/harbwr-penbre.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions backgrounds/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,11 @@ wallpapers = [
'a-colorful-chaos.jpg',
'book.png',
'camilo-beach.jpg',
'cefn-sidan.jpg',
'chalk.jpeg',
'cloud-covered-mountains.jpg',
'dazzle.jpg',
'harbwr-penbre.jpg',
'matador-rocks.jpg',
'river-and-mountains.jpg',
'the-devils-bridge.jpg',
Expand Down
17 changes: 16 additions & 1 deletion backgrounds/solus-wallpapers.xml.in
Original file line number Diff line number Diff line change
Expand Up @@ -281,6 +281,14 @@
<scolor>#000000</scolor>
<shade_type>solid</shade_type>
</wallpaper>
<wallpaper deleted="false">
<name>Cefn Sidan</name>
<filename>@prefix@/share/backgrounds/solus/cefn-sidan.jpg</filename>
<options>zoom</options>
<pcolor>#000000</pcolor>
<scolor>#000000</scolor>
<shade_type>solid</shade_type>
</wallpaper>
<wallpaper deleted="false">
<name>Chalk</name>
<filename>@prefix@/share/backgrounds/solus/chalk.jpeg</filename>
Expand Down Expand Up @@ -313,6 +321,14 @@
<scolor>#000000</scolor>
<shade_type>solid</shade_type>
</wallpaper>
<wallpaper deleted="false">
<name>Pembrey Harbour</name>
<filename>@prefix@/share/backgrounds/solus/harbwr-penbre.jpg</filename>
<options>zoom</options>
<pcolor>#000000</pcolor>
<scolor>#000000</scolor>
<shade_type>solid</shade_type>
</wallpaper>
<wallpaper deleted="false">
<name>El Matador Rocks</name>
<filename>@prefix@/share/backgrounds/solus/matador-rocks.jpg</filename>
Expand Down Expand Up @@ -346,4 +362,3 @@
<shade_type>solid</shade_type>
</wallpaper>
</wallpapers>