Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 1.49 KB

README.md

File metadata and controls

33 lines (22 loc) · 1.49 KB

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.

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

arch

For arch users there is an AUR package nm-tray-git (thanks to pmattern).

openSUSE

nm-tray is in the official repository of openSUSE since Leap 15.0. There is a also a git package in the X11:LXQt:git devel project of OBS.

debian

Thanks to agaida nm-tray is now in official debian repositories (nm-tray).

Translations

Thanks to Weblate anyone can help us to localize nm-tray by using the hosted weblate service.