Jump to content

Official wallpapers

From ArchWiki


Installation

Install archlinux-wallpaper.

Usage

With wallutils and a systemd service

Install wallutils.

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

Enable and start timed-wallpapers user unit.