wallpaper setter
This repository has been archived on 2026年05月09日 . You can view files and clone it, but you cannot make any changes to its state, such as pushing and creating new issues, pull requests or comments.
- C 99.9%
- Makefile 0.1%
| .gitignore | init | |
| aw.c | let compositors know of the pixmap | |
| LICENSE | license under isc | |
| Makefile | let compositors know of the pixmap | |
| README | better die() function | |
| stb_image.h | init | |
aw == [a w]allpaper setter utility that doesn't utilise any external libraries other than libX11 and stb_image. its behavior is very simple, it takes in a filename as its only argument, loads it and paints the image on the root window. it doesn't do any image manipulations, that part is left for the user to accomplish. dependencies ------------ - libX11 and friends - stb_image.h, included in the repo todo ---- - other modes (center, tile, etc) - solid color