A really minimal wayland wallpaper setter
| Makefile | Add: Adding Makefile for project setup | |
| README.md | Adding README | |
wl-paper: A minimal wallpaper setter
A dead-simple wallpaper daemon written in ~300 lines of C.
Sets any image (PNG, JPEG, BMP, TGA, GIF) as the wallpaper on every connected monitor using the wlr-layer-shell protocol.
Requirements
- gcc
- make
- pkg-config
- libwayland
- stb_image.h
TODOs
- HiDPI fractional scale
- GIF/Animation support
- Different image on different outputs