AngelJumbo/gruvbox-wallpapers

Shellgruvbox-wallpapers.pages.dev

Gruvbox theme Wallpapers

gruvboxwallpapers
스타 성장
스타
1.2k
포크
122
주간 성장
+4
이슈
0
5001k
2023년 1월2024년 3월2025년 6월2026년 9월
README

Gruvbox Wallpapers

A place where to find gruvbox theme wallpapers. https://gruvbox-wallpapers.pages.dev/

Contributions

  1. Fork the project.
  2. Add the wallpapers that you have in their respective folder.
  3. For light variants: Place the light-themed wallpapers in a light/ subfolder within the category.
  4. Make a pull request.

[!CAUTION]

  • Use files under 25mb
  • Avoid spaces in names

[!TIP] If your wallpaper does not fit in any of the folders we can debate the creation of a new one.

I tend to accept any contributions, but let's keep the site with images that match or look good with the gruvbox's color scheme :').

Nix package

  1. Use nix flakes:

  2. Add the following to your flake.nix file:

inputs = {
  gruvbox-wallpapers.url = "github:AngelJumbo/gruvbox-wallpapers";
  # ...
};
  1. Then, in your Home Manager configuration:
{
  inputs,
  pkgs,
  ...
}: {
  home.file = {
    "path/to/dir" = {
      source = inputs.gruvbox-wallpapers.packages."${pkgs.stdenv.hostPlatform.system}".default;
      recursive = true;
    };
  };
}

Disclaimer

Most of the images shared here are community contributions, and their original sources are often unknown. If you are the rightful owner of any image and would like it removed, please contact me by opening an issue. For any use beyond personal scope, I recommend performing a reverse image search to verify the origin.