A rudimentary system tray written in Rust

Thomas Dy 62d46e5467 Move event handling inside tray 8 роки тому
src 62d46e5467 Move event handling inside tray 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 роки тому
LICENSE 43749c14a0 Add license 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