wallpaper.service 205 B

123456789101112
  1. [Unit]
  2. Description=Cycle Desktop Wallpaper
  3. PartOf=graphical-session.target
  4. [Service]
  5. Type=simple
  6. ExecStart=/usr/local/bin/wallpaper
  7. Restart=on-failure
  8. RestartSec=3
  9. [Install]
  10. WantedBy=sway-session.target