A rudimentary system tray written in Rust

Thomas Dy 80e4d8dcfa Add readme преди 8 години
src 86f6eb6c5f Wait for children to disappear before exiting преди 8 години
.gitignore fbbb260017 Initial commit преди 8 години
Cargo.lock 736e41a844 Add option parsing and exit code преди 8 години
Cargo.toml 736e41a844 Add option parsing and exit code преди 8 години
README.md 80e4d8dcfa Add readme преди 8 години

README.md

rustray

A rudimentary system tray implemented in Rust.

This is more of an experiment than something you should use on a daily basis. I primarily wrote it to understand how the system tray mechanics work in X. This doesn't actually implement all of the system tray specification but it works for most of the programs I use.

Links