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:
parent
c1c8a83ec5
commit
8bee11d5fb
10 changed files with 262 additions and 65 deletions
12
systemd/wallpaper.timer
Normal file
12
systemd/wallpaper.timer
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue