2
1
Fork
You've already forked wallpapers
0
No description
  • CSS 75.8%
  • Astro 9.6%
  • SCSS 7%
  • Python 3.5%
  • Nix 2.9%
  • Other 1.2%
2025年06月07日 09:19:10 +01:00
.github/workflows fix(workflows): move build workflow into deploy 2025年06月05日 21:18:03 +01:00
scripts fix(scripts/lutgen.py): remove -d flag from lutgen apply 2025年06月06日 11:05:34 +01:00
site fix(site): default to fall variant 2025年06月06日 12:30:21 +01:00
wallpapers feat(wallpapers/photography): add DSCF3964.jpeg 2025年06月07日 09:19:10 +01:00
.editorconfig feat: init 2025年05月23日 17:03:45 +01:00
.envrc feat: init 2025年05月23日 17:03:45 +01:00
.gitignore feat: init 2025年05月23日 17:03:45 +01:00
builder.nix fix!: builder 2025年06月05日 17:22:45 +01:00
CONTRIBUTORS.md feat(wallpapers/nixos): add nixos artwork 2025年06月05日 15:27:25 +01:00
default.nix fix!: builder 2025年06月05日 17:22:45 +01:00
flake.lock fix!: builder 2025年06月05日 17:22:45 +01:00
flake.nix fix!: builder 2025年06月05日 17:22:45 +01:00
LICENSE feat: init 2025年05月23日 17:03:45 +01:00
palette.tera fix!: builder 2025年06月05日 17:22:45 +01:00
README.md feat: init 2025年05月23日 17:03:45 +01:00

Logo
Wallpapers

Usage · Previews · Credits


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