https://github.com/fabric-development/gray
libgray; a status notifier GObject library which can be used to create system trays
https://github.com/fabric-development/gray
desktop-environment-collective library status-notifier status-notifier-item system-library system-tray
Last synced: over 1 year ago
JSON representation
libgray; a status notifier GObject library which can be used to create system trays
- Host: GitHub
- URL: https://github.com/fabric-development/gray
- Owner: Fabric-Development
- License: agpl-3.0
- Created: 2024-04-29T12:41:48.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-12-12T17:54:46.000Z (over 1 year ago)
- Last Synced: 2025-01-13T01:10:07.743Z (over 1 year ago)
- Topics: desktop-environment-collective, library, status-notifier, status-notifier-item, system-library, system-tray
- Language: Vala
- Homepage:
- Size: 63.5 KB
- Stars: 6
- Watchers: 0
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Gray
**system trays for everyone ⚡**

Gray is an implementation of the SNI protocol (see [this](https://www.freedesktop.org/wiki/Specifications/StatusNotifierItem/)), made to make stuff **super** simple
---
## Installation
### Arch Linux
From the AUR using your favorite AUR helper
```
yay -S gray-git
```
Or alternatively you can manually build Gray and install it
```sh
meson --prefix=/usr build && sudo ninja -C build install
```
after installing, you can head over to the `examples/` directory and try one of the examples there!