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
This commit is contained in:
Michael Bradley 2025-06-09 00:07:31 -04:00
parent c1c8a83ec5
commit 8bee11d5fb
Signed by: MichaelBradley
SSH key fingerprint: SHA256:BKO2eI2LPsCbQS3n3i5SdwZTAIV3F1lHezR07qP+Ob0
10 changed files with 262 additions and 65 deletions

12
systemd/wallpaper.timer Normal file
View file

@ -0,0 +1,12 @@
[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