a simple crosshair overlay program for wayland
Find a file
2025-06-27 19:23:37 +02:00
src remove commented code 2025-06-19 01:19:50 +02:00
.gitignore add /crosshair to gitignore 2025-06-27 19:23:37 +02:00
Cargo.lock rename package 2025-06-19 01:18:33 +02:00
Cargo.toml rename package 2025-06-19 01:18:33 +02:00
flake.lock add nix flake 2025-06-19 01:52:29 +02:00
flake.nix add nix flake 2025-06-19 01:52:29 +02:00
readme.txt update readme 2025-06-19 01:36:35 +02:00

a simple crosshair overlay for wayland!

this basically just opens an image and puts it in the center of your screen as an overlay

requirements:
   a wayland compositor supporting wlr_layer_shell, if unsure check https://wayland.app/protocols/wlr-layer-shell-unstable-v1#compositor-support


install by running:
`cargo install --git https://git.xunuwu.xyz/xun/crosshair-overlay`

usage:
run crosshair-overlay while in a directory with a file called crosshair.png containing the crosshair you want to use