patrickarmengol / solidbackground

simple script to create a solid color background/wallpaper image

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

About

simple script to create a solid color background/wallpaper image

Requirements

pip install pillow

Usage

python solidbackground.py -c "#35F68A" -r "1920x1080" -o "./test.png"
feh --bg-center ./test.png

About

simple script to create a solid color background/wallpaper image

License:MIT License


Languages

Language:Python 100.0%