Now runs automatically every 15 minutes, always updates to new backgrounds, and tries to reduce the blue light level at night
12 lines
236 B
SYSTEMD
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
|