dotfiles/systemd/wallpaper.timer
Michael Bradley 8bee11d5fb
Massively rework wallpaper script
Now runs automatically every 15 minutes, always updates to new backgrounds, and tries to reduce the blue light level at night
2025-06-09 00:07:31 -04:00

12 lines
236 B
SYSTEMD

[Unit]
Description=Changes the wallpaper over the course of the day to ease eye strain
After=graphical-session.target
After=swww-daemon.service
[Timer]
OnCalendar=*:0/15
Persistent=true
AccuracySec=5s
[Install]
WantedBy=timers.target