Official wallpapers
Installation
Usage
With wallutils and a systemd service
Create a user systemd service:
~/.config/systemd/user/timed-wallpapers.service
[Unit] Description=Timed wallpapers using wallutils and archlinux-wallpaper Documentation=https://github.com/xyproto/wallutils BindsTo=graphical-session.target [Service] Type=simple ExecStart=/usr/bin/settimed archlinux [Install] WantedBy=graphical-session.target