Clarify wallpaper readmes

This commit is contained in:
Matt Swensen 2020-03-20 07:13:23 -06:00
parent d7f9799a1b
commit ffe060fd68
No known key found for this signature in database
GPG Key ID: 3F9E482BFC526F35
6 changed files with 12 additions and 12 deletions

@ -17,6 +17,8 @@ Then pass `themer-wallpaper-block-wave` as a `-t` (`--template`) arg to `themer`
`themer-wallpaper-block-wave` will generate SVG wallpapers to the output directory (`gen/` in this example). (You can then convert them to a bitmap format, if necessary, [using Chrome](https://umaar.com/dev-tips/156-element-screenshot/) or other tools.)
The generated files will be listed in `<output dir>/README.md`.
### Default resolutions
By default, `themer-wallpaper-block-wave` will output wallpapers at the following sizes:
@ -33,5 +35,3 @@ By default, `themer-wallpaper-block-wave` will output wallpapers at the followin
to which you would pass `<width>x<height>`. For example, to forego the default resolutions and generate two wallpapers, one 1024 by 768 and one 320 by 960:
themer -c my-colors.js -t themer-wallpaper-block-wave --themer-wallpaper-block-wave-size 1024x768 --themer-wallpaper-block-wave-size 320x960 -o gen
The generated files will be listed in `<output dir>/README.md`.

@ -18,6 +18,8 @@ Then pass `themer-wallpaper-diamonds` as a `-t` (`--template`) arg to `themer`:
`themer-wallpaper-diamonds` will generate SVG wallpapers to the output directory (`gen/` in this example). (You can then convert them to a bitmap format, if necessary, [using Chrome](https://umaar.com/dev-tips/156-element-screenshot/) or other tools.)
The generated files will be listed in `<output dir>/README.md`.
### Default resolutions
By default, `themer-wallpaper-diamonds` will output wallpapers at the following sizes:
@ -34,5 +36,3 @@ By default, `themer-wallpaper-diamonds` will output wallpapers at the following
to which you would pass `<width>x<height>`. For example, to forego the default resolutions and generate two wallpapers, one 1024 by 768 and one 320 by 960:
themer -c my-colors.js -t themer-wallpaper-diamonds --themer-wallpaper-diamonds-size 1024x768 --themer-wallpaper-diamonds-size 320x960 -o gen
The generated files will be listed in `<output dir>/README.md`.

@ -17,6 +17,8 @@ Then pass `themer-wallpaper-octagon` as a `-t` (`--template`) arg to `themer`:
`themer-wallpaper-octagon` will generate SVG wallpapers to the output directory (`gen/` in this example).
The generated files will be listed in `<output dir>/README.md`.
### Default resolutions
By default, `themer-wallpaper-octagon` will output wallpapers at the following sizes:
@ -33,5 +35,3 @@ By default, `themer-wallpaper-octagon` will output wallpapers at the following s
to which you would pass `<width>x<height>`. For example, to forego the default resolutions and generate two wallpapers, one 1024 by 768 and one 320 by 960:
themer -c my-colors.js -t themer-wallpaper-octagon --themer-wallpaper-octagon-size 1024x768 --themer-wallpaper-octagon-size 320x960 -o gen
The generated files will be listed in `<output dir>/README.md`.

@ -17,6 +17,8 @@ Then pass `themer-wallpaper-shirts` as a `-t` (`--template`) arg to `themer`:
`themer-wallpaper-shirts` will generate SVG wallpapers to the output directory (`gen/` in this example). (You can then convert them to a bitmap format, if necessary, [using Chrome](https://umaar.com/dev-tips/156-element-screenshot/) or other tools.)
The generated files will be listed in `<output dir>/README.md`.
### Default resolutions
By default, `themer-wallpaper-shirts` will output wallpapers at the following sizes:
@ -33,5 +35,3 @@ By default, `themer-wallpaper-shirts` will output wallpapers at the following si
to which you would pass `<width>x<height>`. For example, to forego the default resolutions and generate two wallpapers, one 1024 by 768 and one 320 by 960:
themer -c my-colors.js -t themer-wallpaper-shirts --themer-wallpaper-shirts-size 1024x768 --themer-wallpaper-shirts-size 320x960 -o gen
The generated files will be listed in `<output dir>/README.md`.

@ -16,6 +16,8 @@ Then pass `themer-wallpaper-triangles` as a `-t` (`--template`) arg to `themer`:
`themer-wallpaper-triangles` will generate SVG wallpapers to the output directory (`gen/` in this example).
The generated files will be listed in `<output dir>/README.md`.
### Default resolutions
By default, `themer-wallpaper-triangles` will output wallpapers at the following sizes:
@ -32,5 +34,3 @@ By default, `themer-wallpaper-triangles` will output wallpapers at the following
to which you would pass `<width>x<height>`. For example, to forego the default resolutions and generate two wallpapers, one 1024 by 768 and one 320 by 960:
themer -c my-colors.js -t themer-wallpaper-triangles --themer-wallpaper-triangles-size 1024x768 --themer-wallpaper-triangles-size 320x960 -o gen
The generated files will be listed in `<output dir>/README.md`.

@ -18,6 +18,8 @@ Then pass `themer-wallpaper-trianglify` as a `-t` (`--template`) arg to `themer`
`themer-wallpaper-trianglify` will generate SVG wallpapers to the output directory (`gen/` in this example).
The generated files will be listed in `<output dir>/README.md`.
### Default resolutions
By default, `themer-wallpaper-trianglify` will output wallpapers at the following sizes:
@ -42,5 +44,3 @@ to which you would pass `<width>x<height>`. For example, to forego the default r
--themer-wallpaper-trianglify-variance <variance>
Accepts a float between `0` and `1`, defaults to `0.75` (see [trianglify docs](https://github.com/qrohlf/trianglify#variance)). Like `--themer-wallpaper-trianglify-size`, this option can be provided multiple times—`themer` will generate a complete set of wallpapers for each value passed.
The generated files will be listed in `<output dir>/README.md`.