This commit is contained in:
James Eversole
2026-04-29 13:55:55 -05:00
commit 690d3a1586
6 changed files with 305 additions and 0 deletions

25
metadata.json Normal file
View File

@@ -0,0 +1,25 @@
{
"KPackageStructure": "Plasma/Applet",
"KPlugin": {
"Name": "Voxtype Toggle",
"Name[en]": "Voxtype Toggle",
"Description": "Toggle voxtype voice typing on/off",
"Description[en]": "Toggle voxtype voice typing on/off",
"Id": "org.eversole.voxtype-toggle",
"Icon": "accessories-voice",
"Name[en_US]": "Voxtype Toggle For plasmashell",
"Version": "1.0.0",
"License": "ISC",
"Category": "System Information",
"Authors": [
{
"Name": "James Eversole",
"Email": "james@eversole.co"
}
],
"Website": "https://git.eversole.co/James/voxtype-toggle-plasmashell"
},
"X-Plasma-API-Minimum-Version": "6.0",
"X-Plasma-Required-Data-Engines": "executable",
"X-Plasma-MainFile": "main.qml"
}