initial commit

This commit is contained in:
2026-09-14 15:31:20 -05:00
commit 438546d84f
44 changed files with 3292 additions and 0 deletions
View File
+21
View File
@@ -0,0 +1,21 @@
# wallpapers
Drop your own images here (`.png`, `.jpg`, `.jpeg`, `.webp`).
Stage `30-dotfiles` copies everything in this directory into
`~/.local/share/wallpapers/`. If the directory is empty, the installer
synthesises a small set of Catppuccin Macchiato wallpapers instead, via
`scripts/make-wallpaper.sh` and ImageMagick — sized to your primary display.
Generate them by hand at any time:
```sh
scripts/make-wallpaper.sh ~/.local/share/wallpapers 3840x2160
```
Apply one, which also refreshes the betterlockscreen cache:
```sh
set-wallpaper ~/.local/share/wallpapers/macchiato-glow.png
set-wallpaper --random # or Super+Shift+W
```