Automapaper is a wallpaper program for wlroots based wayland compositors such as sway that allows you to render glsl es shaders as your wallpaper your shaders have to use one of the GLES versions:
#version 100
#version 300 es
#version 310 es
#version 320 es
- add mouse input
A template config is provided in the defaults/ folder of the repository. You can use and edit it to your liking. Some default shaders are also included.
libwayland-dev
libegl-dev
pkg-config
meson
git clone https://github.com/itepastra/automapaper.git
cd automapaper
meson setup build
ninja -C build
sudo ninja -C build install
sudo ninja -C build uninstall
Please file bug reports at https://github.com/itepastra/automapaper/issues
Please submit patches to https://github.com/itepastra/automapaper/pulls
This repo is based on of glpaper.
It also uses a toml parser.