diff --git a/contents/previews/splash.png b/contents/previews/splash.png new file mode 100644 index 0000000..b6cae31 Binary files /dev/null and b/contents/previews/splash.png differ diff --git a/contents/splash/Splash.qml b/contents/splash/Splash.qml index 5200018..f86d481 100644 --- a/contents/splash/Splash.qml +++ b/contents/splash/Splash.qml @@ -66,8 +66,8 @@ Rectangle { paused: false anchors.horizontalCenter: parent.horizontalCenter anchors.verticalCenter: parent.verticalCenter - width: imageSoure.sizeAnim - 2 - height: imageSoure.sizeAnim - 2 + width: imageSource.sizeAnim - 2 + height: imageSource.sizeAnim - 2 smooth: true visible: true } diff --git a/metadata.desktop b/metadata.desktop deleted file mode 100644 index 191078c..0000000 --- a/metadata.desktop +++ /dev/null @@ -1,17 +0,0 @@ -[Desktop Entry] -Comment=Fishbowl for Plasma KDE -Encoding=UTF-8 -Keywords=Desktop;Workspace;Appearance;Look and Feel;Logout;Lock;Suspend;Shutdown;Hibernate; -Name=Fishbowl -Type=Service - -X-KDE-ServiceTypes=Plasma/LookAndFeel -X-KDE-ParentApp= -X-KDE-PluginInfo-Author=kartik -X-KDE-PluginInfo-Category= -X-KDE-PluginInfo-Email=kartik.sindura@gmail.com -X-KDE-PluginInfo-License=GPLv2+ -X-KDE-PluginInfo-Name=Fishbowl -X-KDE-PluginInfo-Version=2.0 -X-KDE-PluginInfo-Website= -X-Plasma-MainScript=defaults diff --git a/metadata.json b/metadata.json new file mode 100644 index 0000000..4a27850 --- /dev/null +++ b/metadata.json @@ -0,0 +1,18 @@ +{ + "KPackageStructure": "Plasma/LookAndFeel", + "KPlugin": { + "Authors": [ + { + "Email": "kartik", + "Name": "kartik.sindura@gmail.com" + } + ], + "Category": "", + "Description": "Fishbowl for Plasma 6", + "Id": "fishy", + "License": "GPLv2+", + "Name": "Fishbowl" + }, + "Keywords": "Desktop;Workspace;Appearance;Look and Feel;Logout;Lock;Suspend;Shutdown;Hibernate;", + "X-Plasma-APIVersion": "2" +}