diff --git a/README.md b/README.md index eb01347..e53215b 100644 --- a/README.md +++ b/README.md @@ -3,9 +3,11 @@ A crosshair overlay for wlroots compositors. A extremely stripped down version of [crossover](https://github.com/lacymorrow/crossover). -Currently has no support for command line arguments or any customization. +```sh +wl-crosshair ./my-crosshair.png +``` -### Preview: +### Preview (default cursor): ![image](https://github.com/lelgenio/wl-crosshair/assets/31388299/6e0aaa16-837b-40a8-9a13-ed808ea5db86) ## TODO @@ -13,4 +15,4 @@ Currently has no support for command line arguments or any customization. - [ ] Option to control size of crosshair - [ ] Option to offset crosshair - [ ] Configuratin file -- [ ] Support for loading custom crosshair images +- [x] Support for loading custom crosshair images