A rudimentary system tray written in Rust

Thomas Dy 815c0710db Listen to destroy window for termination há 10 anos atrás
src 815c0710db Listen to destroy window for termination há 10 anos atrás
.gitignore fbbb260017 Initial commit há 10 anos atrás
Cargo.lock 736e41a844 Add option parsing and exit code há 10 anos atrás
Cargo.toml 736e41a844 Add option parsing and exit code há 10 anos atrás
LICENSE 43749c14a0 Add license há 10 anos atrás
README.md 80e4d8dcfa Add readme há 10 anos atrás

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