Initial Commit

This commit is contained in:
Digital Artifex
2025-08-03 18:41:56 -04:00
commit f65399ec53
402 changed files with 4704 additions and 0 deletions

22
package/metadata.json Normal file
View File

@@ -0,0 +1,22 @@
{
"KPackageStructure": "Plasma/Wallpaper",
"KPlugin": {
"Authors": [
{
"Name": "DigitalArtifex"
}
],
"Category": "",
"Description": "Allows you to use Shaders as your wallpaper",
"Icon": "preferences-desktop-wallpaper",
"Id": "com.github.digitalartifex.komplex",
"License": "GPLv3+",
"Version": "1.0.0",
"Name": "Komplex Wallpaper Engine",
"ServiceTypes": [
"Plasma/Wallpaper"
]
},
"X-KDE-ParentApp": "org.kde.plasmashell",
"X-Plasma-MainScript": "ui/main.qml"
}