Display text on all outputs with colouring. Useful for getting attention such as for taking breaks or other alerts.
It currently works on Sway 1.0.
waytext -hWhen shown, the user can dismiss the display using Escape or using the left
mouse button.
Install dependencies:
- meson
- wayland
- cairo
- scdoc (optional: man pages)
Then run, using the provided Makefile:
make build
make installOr manually:
meson build
ninja -C build
build/waytextAny contributions are welcome, via issues or pull requests.
This is currently largely code from slurp, adapted for this purpose.
MIT
