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>
9 lines
191 B
Desktop File
9 lines
191 B
Desktop File
[Unit]
|
|
Description=Randomize wallpapers via awww-manager
|
|
After=graphical-session.target awww.service
|
|
Wants=awww.service
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
ExecStart=%h/.local/bin/awww-manager.py random
|