Give all your windows a fursona, because why not?
Default (load config from config.json
):
python3 overlay.py
Command Line Config:
python3 overlay.py <png file> <overlay height> <y offset>
Example:
python3 owoverlay.py ears1.png 300 80
- PNG File: the png file, i.e.
ears1.png
- Overlay Height: the height of the overlay, in pixels.
- Y Offset: amount of distance (in pixels) below the top of the window that the ears should display.
You can edit the above options in config.json as well
- wxPython:
pip3 install wxPython
- pyobjc:
pip3 install pyobjc