wsbg is a wallpaper utility for Sway which supports per-workspace configuration. It was forked from swaybg.
See the man page, wsbg(1)
, for instructions on using wsbg.
Install dependencies:
- meson *
- wayland
- wayland-protocols *
- pixman
- gdk-pixbuf2 (optional: image formats other than PNG)
- libpng (required if gdk-pixbuf2 is not available)
- scdoc (optional: man pages) *
- git (optional: version information) *
* Compile-time dep
Run these commands:
meson setup build/
ninja -C build/
sudo ninja -C build/ install