mirror of
https://github.com/lelgenio/wl-crosshair.git
synced 2024-11-09 17:01:40 -03:00
Update README.md
This commit is contained in:
parent
d642e72c48
commit
a4a5c1f49b
|
@ -3,9 +3,11 @@ A crosshair overlay for wlroots compositors.
|
||||||
|
|
||||||
A extremely stripped down version of [crossover](https://github.com/lacymorrow/crossover).
|
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)
|
![image](https://github.com/lelgenio/wl-crosshair/assets/31388299/6e0aaa16-837b-40a8-9a13-ed808ea5db86)
|
||||||
|
|
||||||
## TODO
|
## TODO
|
||||||
|
@ -13,4 +15,4 @@ Currently has no support for command line arguments or any customization.
|
||||||
- [ ] Option to control size of crosshair
|
- [ ] Option to control size of crosshair
|
||||||
- [ ] Option to offset crosshair
|
- [ ] Option to offset crosshair
|
||||||
- [ ] Configuratin file
|
- [ ] Configuratin file
|
||||||
- [ ] Support for loading custom crosshair images
|
- [x] Support for loading custom crosshair images
|
||||||
|
|
Loading…
Reference in a new issue