Live Layer is a wallpaper utility allowing users to set an HTML or web wallpaper.
Important
The current version of Live Layer only supports wlroots-based Wayland compositors.
Note
Live Layer works on tiling Wayland compositors.
$ livelayer path/to/wallpaper.html
$ livelayer https://example.com
Tip
If you have a multi-monitor setup and launch Live Layer with your compositor, it's possible it doesn't detect the monitor at first, thus rendering the wallpaper on a different monitor. In this case, chain the livelayer
command with sleep
:
$ sleep 2; livelayer /path/to/wallpaper.html
$ livelayer path/to/wallpaper.html -o <monitor>