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.
Simon Quigley
e22a088572
|
7 years ago | |
---|---|---|
dbus | 7 years ago | |
debian | 7 years ago | |
resources | 7 years ago | |
src | 7 years ago | |
translations | 7 years ago | |
.gitignore | 7 years ago | |
CMakeLists.txt | 7 years ago | |
COPYING | 7 years ago | |
README.md | 7 years ago |
README.md
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.