Replace swww-daemon with awww-daemon in the systemd unit, update awww-manager-random.service dependency, and update the default backend in config.toml.tmpl and awww-manager.py. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
15 lines
285 B
Desktop File
15 lines
285 B
Desktop File
[Unit]
|
|
Description=awww wallpaper daemon
|
|
PartOf=graphical-session.target
|
|
After=graphical-session.target
|
|
|
|
[Service]
|
|
Type=simple
|
|
ExecStart=/usr/bin/awww-daemon
|
|
ExecStartPost=%h/.local/bin/awww-manager.py apply
|
|
Restart=on-failure
|
|
RestartSec=1
|
|
|
|
[Install]
|
|
WantedBy=graphical-session.target
|