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
4
eww/scripts/wallpaper-shell
Executable file
4
eww/scripts/wallpaper-shell
Executable file
|
@ -0,0 +1,4 @@
|
|||
#!/bin/env sh
|
||||
|
||||
# EWW doesn't seem to like listening to Python scripts directly, but this wrapper seems to work fine
|
||||
python -OO ~/scripts/wallpaper.py
|
Loading…
Add table
Add a link
Reference in a new issue