Now runs automatically every 15 minutes, always updates to new backgrounds, and tries to reduce the blue light level at night
4 lines
150 B
Bash
Executable file
4 lines
150 B
Bash
Executable file
#!/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
|