From a4a5c1f49bb8f70afdb587aff715ef3b6452708d Mon Sep 17 00:00:00 2001 From: lelgenio Date: Wed, 8 May 2024 00:59:21 -0300 Subject: [PATCH] Update README.md --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) 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