update usage

This commit is contained in:
Denis Lehmann
2020-05-09 12:57:07 +02:00
parent 5e6726bb43
commit 1e8791d63b
2 changed files with 12 additions and 12 deletions

View File

@@ -37,15 +37,15 @@ Install the python requirements with `pip install -r requirements.txt`.
optional arguments:
-h, --help show this help message and exit
-W WIDTH, --width WIDTH
width of wallpaper (defaul: 1920)
width of huepaper (default: 1920)
-H HEIGHT, --height HEIGHT
height of wallpaper (default: 1080)
height of huepaper (default: 1080)
-c COLOR, --color COLOR
color, the wallpaper is generated from (uses a random
color, the huepaper is generated from (uses a random
color if not given)
-p, --preview preview wallpaper
-p, --preview preview huepaper
-o OUTPUT, --output OUTPUT
file where to save the wallpaper to (default: None)
file where to save the huepaper to (default: None)
-l [LINES], --lines [LINES]
include one to three random lines in base color with
given opacity in range [0, 1] (default: 0.1)
@@ -58,7 +58,7 @@ Install the python requirements with `pip install -r requirements.txt`.
-P PIXELATE, --pixelate PIXELATE
pixelate image (e.g. 42x42)
-e EMBLEM, --emblem EMBLEM
emblem to add in the center of the wallpaper
emblem to add in the center of the huepaper
-hue HUE maximum hue to differ from given color in range [0, 1]
(default: 0.1)
-smin SMIN minimum satisfaction for colors in range [0, 1]