The awww (Answer to your Wayland Wallpaper Woes) package provides a powerful wallpaper daemon for Wayland, controlled at runtime.
An Internet connection is needed for building this package. The system certificate store may need to be set up with make-ca before building this package.
Download (HTTP): https://codeberg.org/LGFae/awww/archive/v0.11.2.tar.gz
Rustc, Wayland, and Wayland-Protocols
dav1d and scdoc-1.11.3 (to build the man pages)
Install awww by running the following commands:
cargo build --release
To test the results, issue: cargo test --release.
If you installed scdoc and wish to build the man pages, execute the following commands:
./doc/gen.sh
Now, as the root user:
install -vDm755 target/release/swww -t /usr/bin/ && install -vDm755 target/release/swww-daemon -t /usr/bin/
If you wish to install shell completions, execute the relevant
commands for your shell(s) as the root user:
install -vDm644 completions/swww.bash /usr/share/bash-completion/completions/swww install -vDm644 completions/_swww -t /usr/share/zsh/site-functions/ install -vDm644 completions/swww.fish -t /usr/share/fish/vendor_completions.d/
If you built the man pages, install them as the root user:
install -vDm644 doc/generated/* -t /usr/share/man/man1/
--features=avif: Use this switch if you
want to be able to display AVIF images (requires dav1d).