# 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 ```