Files
dotfiles/dot_config/systemd/user/awww.service
Matthias Puchstein 6e55544c42 awww: rename swww → awww across services and scripts
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>
2026-03-26 14:40:30 +01:00

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