Skip to content

Latest commit

 

History

History
48 lines (29 loc) · 1.47 KB

README.md

File metadata and controls

48 lines (29 loc) · 1.47 KB

waysay

image

waysay is a native wayland client for providing desktop notifications. It aims to be a drop in replacement for swaynag.

Usage

waysay --message "Hello, world!"

# add buttons to allow the user to trigger an action
waysay --message "Do it?" \
  --button "Yes" "echo 'I did it'" \
  --button "No" "echo 'I did not do it'"

To use waysay as a swaynag replacement, add the following line to your sway config:

swaynag_command waysay

waysay vs swaynag

Most users will be better off using swaynag. Use waysay if you are interested in using Rust to write native wayland clients, and/or you want to support the Rust wayland/GUI ecosystem.

Missing features

Several swaynag features have not yet been implemented:

  • Display of detailed message
  • configuration and theming

Overall waysay is quite rough around the edges at this point, although it is usable.

License

Licensed under either of

at your option.

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.