Skip to content

Native wayland desktop notifications - a drop-in replacement for swaynag written in rust

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE.txt
MIT
LICENSE-MIT.txt
Notifications You must be signed in to change notification settings

JoshMcguigan/waysay

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Native wayland desktop notifications - a drop-in replacement for swaynag written in rust

Resources

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE.txt
MIT
LICENSE-MIT.txt

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages