Skip to content

my wallpaper dump - includes catppuccinified 4k kurzgesagt wallpapers

License

Notifications You must be signed in to change notification settings

42willow/wallpapers

Repository files navigation

Nix Logo
willow's wallpaper dump

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. Other colour schemes can be added in future if requested.

Usage

Download

See instructions on the GitHub release page.

Nix

nix flake show github:42willow/wallpapers

Package inputs:

  • full (default)
  • latte
  • frappe
  • macchiato
  • mocha

With Flakes

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

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

Without Flakes

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

Nix instructions adapted from NotAShelf/wallpkgs, please read there for more detail.

Previews

Note

Website coming soon™

In the meantime you can preview the wallpapers at https://github.com/42willow/walls-bak.

Credits

A huge thanks to NotAShelf for his wallpkgs (MIT License) 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

Tools

  • tineye - Reverse image search
  • faerber - CLI tool to match images to colour schemes
  • lutgen - CLI tool to generate LUTs and apply them to images
  • pixeldetector - CLI tool to downscale and colour palette limit pixel art

About

my wallpaper dump - includes catppuccinified 4k kurzgesagt wallpapers

Topics

Resources

License

Stars

Watchers

Forks