nm-tray
nm-tray is a simple NetworkManager front end with information icon residing in system tray (like e.g. nm-applet). It's a pure Qt application. For interaction with NetworkManager it uses API provided by KF5::NetworkManagerQt -> plain DBus communication.
! This is work in progress and there are still many TODOs and debugs all around in the code !
License
This software is licensed under GNU GPLv2 or later
Build example
git clone https://github.com/palinek/nm-tray.git
cd nm-tray
mkdir build
cd build
cmake ..
make
./nm-tray
Packages
For arch users there is an AUR packge nm-tray-git (thanks to pmattern).
For openSUSE users there is a package in the X11:LXQt:git devel project of OBS.
Description