This commit is contained in:
Valeria Fadeeva 2023-07-02 11:51:41 +05:00
parent b69e13e9d6
commit c73a7a1ba1
2 changed files with 4 additions and 11 deletions

8
.gitignore vendored
View File

@ -1,8 +0,0 @@
*.pkg.tar
*.pkg.tar.*
*.zst
*.zst.*
pkg/
src/
.idea/
plasma-plasmoid-Menu11

View File

@ -7,18 +7,19 @@
}
],
"Category": "Application Launchers",
"Dependencies": [
],
"Description": "A configurable launcher menu 11",
"Description[x-test]": "xxA configurable launcher menu 11xx",
"EnabledByDefault": true,
"Icon": "start-here-kde",
"Id": "com.github.adhec.Menu11",
"License": "GPL-2.0+",
"Name": "Menu11",
"Name[x-test]": "xxMenu11xx",
"ServiceTypes": [
"Plasma/Applet"
],
"Version": "8.0"
"Version": "8.0",
"Website": ""
},
"X-Plasma-API": "declarativeappletscript",
"X-Plasma-MainScript": "ui/main.qml",