You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
nm-tray-packaging/README.md

1.2 KiB

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.