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

https://github.com/42willow/wallpapers

my ridiculously over-engineered wallpaper dump :)
https://github.com/42willow/wallpapers

wallpapers

Last synced: 11 months ago
JSON representation

my ridiculously over-engineered wallpaper dump :)

Awesome Lists containing this project

README

          


Nix Logo


willow's wallpaper dump


Usage
·
Previews
·
Credits


Catppuccin Macchiato Palette



Stargazers


Repo Size


Issues


GitHub License

---

This repo provides a curated collection of wallpapers that are hand-picked for high resolution displays. Each wallpaper has been (or will be!) converted to the four colour schemes of [Catppuccin](https://catppuccin.com). Other colour schemes can be added in future if requested.

## Usage

### Download

See instructions on the [GitHub release page](https://github.com/42willow/wallpapers/releases/tag/wallpapers).

### Nix

`nix flake show github:42willow/wallpapers`

Package inputs:

- `full` (default)
- `latte`
- `frappe`
- `macchiato`
- `mocha`

#### With Flakes

`flake.nix`
```nix
inputs = {
wallpapers = {
url = "github:42willow/wallpapers";
inputs.nixpkgs.follows = "nixpkgs";
# «https://github.com/nix-systems/nix-systems»
# inputs.systems.follows = "systems"; # if using nix-systems
};
};
```

`configuration.nix`
```nix
{inputs, pkgs, ...}: {
environment = {
etc."wallpapers".source = inputs.wallpapers.packages.${pkgs.system}.full;
};
}
```

#### Without Flakes

```bash
$ nix profile install github:42willow/wallpapers#full
```

Nix instructions adapted from [NotAShelf/wallpkgs](https://github.com/NotAShelf/wallpkgs?tab=readme-ov-file#installing), please read there for more detail.

## Previews

Check out the [website](https://42willow.github.io/wallpapers/)!

## Credits

A huge thanks to [NotAShelf](https://github.com/NotAShelf) for his [wallpkgs](https://github.com/NotAShelf/wallpkgs) that this is based on.
I would recommend checking out his projects and maybe even giving them a star!

All images are sourced from the internet and are not my own work. If you are the original artist and would like me to remove your work, please contact me via email at `42willow [at] pm [dot] me`.

### Collections

- [Flick0](https://github.com/flick0/kabegami)
- [DragonDev07 (for more script features)](https://github.com/DragonDev07/Wallpapers/blob/main/markdown.py)
- [Biohazardia](https://www.deviantart.com/biohazardia/gallery)
- [Imgur Pixel Art Dump](https://imgur.com/gallery/SELjK)
- [Kurzgesagt - AI upscaled](https://www.reddit.com/r/kurzgesagt/comments/15pvf7h/kurzgesagt_4k_wallpapers_3840x2160/)

### Tools

- [tineye](https://www.tineye.com/) - Reverse image search
- [faerber](https://github.com/nekowinston/faerber) - CLI tool to match images to colour schemes
- [lutgen](https://github.com/ozwaldorf/lutgen-rs) - CLI tool to generate LUTs and apply them to images
- [pixeldetector](https://github.com/Astropulse/pixeldetector) - CLI tool to downscale and colour palette limit pixel art