A kde plasma 5 widget that allows to control and monitor systemd units.
This is work in progress.
The widgets utilizes the systemd dbus api.
To test the widget without installing it:
mkdir cmake-build-debug
cd cmake-build-debug
cmake ../ -DCMAKE_INSTALL_PREFIX=$PWD/install
source prefix.sh
make
make install
# the default style currently has a bug
QT_QUICK_CONTROLS_STYLE="Material" plasmoidviewer --applet ../lib/plasmoid/
The following KDE-Frameworks are required
- I18n
- Notifications
- Plasma
The following Qt5 Modules are required
- Core
- DBus
- Quick
- Test
And
- Extra-CMake-Modules
- Michael Jansen [email protected]
SPDX-FileCopyrightText: 2021 Michael Jansen <[email protected]>
SPDX-License-Identifier: LGPL-2.1-or-later
This work is licesed under the »GNU Lesser General Public License v2.1 or later«.