This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/Users/steve/.pyenv/shims/python | |
# Thing to make new desktop backgrounds from my folder of research images | |
# On Linux I made this actually write to the desktop directly using feh, however, that's not really possible on a Mac. So I had it create a folder of graphics and then have the desktop settings choose from that directory at random. | |
from PIL import Image, ImageDraw | |
import os, random | |
from subprocess import call | |
## Colors from the Nord color scheme, |