Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 645 Bytes

README.md

File metadata and controls

25 lines (16 loc) · 645 Bytes

Gray

system trays for everyone ⚡

simple widget implementation using Gray showing an invoked item menu

Gray is an implementation of the SNI protocol (see this), 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

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!