Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
0xk1f0 authored Jan 22, 2023
1 parent d428d74 commit bb505bc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,13 @@ cargo build --release
# it takes an input image,
# resolution of the primary and secondary monitor
# and an offset (in pixels)
rwpspread <image> < <width>x<height> > < <width>x<height> > <offset>
rwpspread <image> <primary> <secondary> <offset>
# for example
rwpspread wallpaper.png 2560x1440 1920x1080 100
```

## TODO

- orientation is hardcoded, add orientation change support
- orientation is partly hardcoded for now
- wallpaper rearranging
- GUI?

0 comments on commit bb505bc

Please sign in to comment.