Skip to content

everviolet/wallpapers

Repository files navigation

Logo
Wallpapers


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 Evergarden.

Usage

Download

See instructions on the GitHub release page.

Nix

nix flake show github:everviolet/wallpapers

Package inputs:

  • full (default)
  • winter
  • fall
  • spring
  • summer

flake.nix

inputs = {
  wallpapers = {
    url = "github:everviolet/wallpapers";
    inputs.nixpkgs.follows = "nixpkgs";
  };
};

configuration.nix

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

Previews

Check out the website!

credits

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 us by opening an issue.

Tools

  • lutgen - CLI tool to generate LUTs and apply them to images

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •