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
6
systemd/wallpaper.service
Normal file
6
systemd/wallpaper.service
Normal file
|
@ -0,0 +1,6 @@
|
|||
[Unit]
|
||||
Description=Sets the wallpaper based on the time of day
|
||||
|
||||
[Service]
|
||||
Type=oneshot
|
||||
ExecStart=/bin/env python -OO /home/mbradley/scripts/wallpaper.py --check-steam
|
Loading…
Add table
Add a link
Reference in a new issue