2025-11-05 16:31:43 +04:00
2025-10-22 07:41:23 +00:00
2025-07-28 00:45:43 -05:00
2025-08-18 10:04:22 -05:00
2025-07-28 00:45:43 -05:00
2025-11-05 16:31:43 +04:00
2025-08-19 10:30:45 -05:00

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 :').

Installation 🛠️

Bringing Gruvbox Wallpapers to your setup is quick and easy. Follow these simple steps:

  1. Clone the repository:
git clone https://github.com/AngelJumbo/gruvbox-wallpapers.git

OR

  1. Use nix flakes:

2.1 Add the following to your flake.nix file:

inputs = {
  gruvbox-wallpapers.url = "github:AngelJumbo/gruvbox-wallpapers";
  # ...
};

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;
    };
  };
}

Now, navigate to the wallpapers folder and choose the one that fits your mood! 📂

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.

S
Description
No description provided
Readme 1.4 GiB
Languages
Shell 65.5%
CSS 29.2%
Nix 5.3%