Templates
Templates provides a way for common functionality to be easily reused.
kpackagetool5 --type=Plasma/LayoutTemplate -i /path/to/package(cd ~/Code/mytemplate && zip -r ../mytemplate.plasmalayout *)
kpackagetool5 --type=Plasma/LayoutTemplate -i ~/Code/mytemplate.plasmalayout{
"KPlugin": {
"Authors": [
{
"Email": "[email protected]",
"Name": "Aaron Seigo"
}
],
"EnabledByDefault": true,
"Id": "org.kde.CoolNetbookPanel",
"License": "GPL",
"Name": "Cool Panel",
"Version": "1.0",
"Website": "https://kde.org/plasma-desktop"
},
"X-Plasma-ContainmentCategories": [
"panel"
],
"X-Plasma-Shell": "plasma-netbook",
"KPackageStructure": "Plasma/LayoutTemplate"
}Examples of Usage
Last updated