Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jurihock/notchout

Notchout is a simple Python script which generates a solid color wallpaper image with a mysterious black bar on the top of it.
https://github.com/jurihock/notchout

apple image macbook macos notch python wallpaper

Last synced: 8 days ago
JSON representation

Notchout is a simple Python script which generates a solid color wallpaper image with a mysterious black bar on the top of it.

Awesome Lists containing this project

README

        

# notchout

```
Usage: notchout.py [OPTIONS] [PATH]

Notchout is a simple Python script which generates a solid color wallpaper
image with a mysterious black bar on the top of it.

e.g. python notchout.py -c #C0FFEE ~/Pictures/Wallpaper.png

Options:
-s, --screen INTEGER Screen index for auto image size detection. (1)
-w, --width INTEGER Image width. (auto)
-h, --height INTEGER Image height. (auto)
-n, --notch INTEGER Notch height. (74)
-c, --color TEXT Color code. (#191919)
--help Show this message and exit.
```