Gruvbox theme Wallpapers
gruvboxwallpapers
주요 지표
스타 성장
스타
1.2k
포크
122
주간 성장
+4
이슈
0
5001k
2023년 1월2023년 8월2024년 3월2024년 10월2025년 6월2026년 1월2026년 9월
README
Gruvbox Wallpapers
A place where to find gruvbox theme wallpapers. https://gruvbox-wallpapers.pages.dev/
Contributions
- Fork the project.
- Add the wallpapers that you have in their respective folder.
- For light variants: Place the light-themed wallpapers in a light/ subfolder within the category.
- 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
Use nix flakes:
Add the following to your
flake.nixfile:
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;
};
};
}
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.
관련 저장소