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 -h
When 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 install
Or manually:
meson build
ninja -C build
build/waytext
Any contributions are welcome, via issues or pull requests.
This is currently largely code from slurp, adapted for this purpose.
MIT