KDE Plasma 6 Plasmoid Template
A modern and minimal KDE Plasma 6 Plasmoid template, including:
- Compact and Full representation separation
- Config dialog support (
config.ui.qml
) - Translations with i18n (
Messages.sh
) - Plasma 6 API-ready structure (
PlasmoidItem
)
mkdir build && cd build
cmake ..
make
make install (as root)
Feel free to fork and adapt this template. If you improve something that others may benefit from, please consider contributing back via a pull request.