# gity-tray
Cross-platform system tray UI for [gity](https://github.com/neul-labs/gity).
[](https://crates.io/crates/gity-tray)
[](https://docs.rs/gity-tray)
[](https://github.com/neul-labs/gity/blob/main/LICENSE)
This crate provides a system tray interface for gity, allowing users to monitor and control the daemon from the menu bar.
## Platform Support
| Linux | GTK |
| macOS | winit |
| Windows | winit |
## Features
- Daemon status indicator
- Quick access to registered repositories
- Start/stop daemon controls
- Repository health overview
## Usage
Enable the tray feature when building gity:
```bash
cargo install gity --features tray
```
Then launch with:
```bash
gity tray
```
See the [gity documentation](http://docs.neullabs.com/gity) for more details.
## License
MIT