be-tray is a simple program that allows Linux services' status to be viewed from the system tray.
Important: Requires Linux machine with systemd!
- Install PyQt5 with
pip
or use you preferred package manager.
pip install PyQt5
-
Then, edit
be-tray.conf
to include whatever service you wish to display. -
Add icons in
icons/
and editbe-tray.conf
accordingly. -
Execute be-tray. Then, according to the services stated in
be-tray.conf
, the icons should display accordingly.