A rudimentary system tray written in Rust

Thomas Dy e4e024fcf9 Merge event module into main hace 10 años
src e4e024fcf9 Merge event module into main hace 10 años
.gitignore fbbb260017 Initial commit hace 10 años
Cargo.lock 736e41a844 Add option parsing and exit code hace 10 años
Cargo.toml 736e41a844 Add option parsing and exit code hace 10 años
LICENSE 43749c14a0 Add license hace 10 años
README.md 80e4d8dcfa Add readme hace 10 años

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