Add configurable Plasma panel scroll and click actions

This commit is contained in:
ajp_anton
2026-09-07 19:47:47 +00:00
parent ed2bb7f92c
commit f5988605c8
29 changed files with 1707 additions and 0 deletions
@@ -0,0 +1,16 @@
{
"KPlugin": {
"Id": "se.ajpanton.panelactions",
"Name": "Panel Actions Spacer",
"Description": "Flexible empty space for panel click actions",
"Icon": "distribute-horizontal",
"Category": "Utilities",
"License": "MIT",
"Version": "0.1.0",
"Authors": [{ "Name": "fedora-tools contributors" }],
"Website": "https://git.ajpanton.se/ajp_anton/fedora-tools"
},
"KPackageStructure": "Plasma/Applet",
"X-Plasma-API-Minimum-Version": "6.0",
"X-Plasma-FormFactors": ["horizontal", "vertical"]
}