diff --git a/look-and-feel/lockscreen/LockScreen.qml b/look-and-feel/lockscreen/LockScreen.qml new file mode 100644 index 00000000..cd7686a9 --- /dev/null +++ b/look-and-feel/lockscreen/LockScreen.qml @@ -0,0 +1,8 @@ +Item { + id: lockscreen + + Rectangle { + id: test + color: red + } +} diff --git a/look-and-feel/metadata.desktop b/look-and-feel/metadata.desktop new file mode 100644 index 00000000..c6316e90 --- /dev/null +++ b/look-and-feel/metadata.desktop @@ -0,0 +1,16 @@ +[Desktop Entry] +Name=Satellite +Comment=Plasma workspace for smartphones +Keywords=Phone, Workspace, Look and Feel +Type=Service + +X-KDE-ServiceTypes=Plasma/LookAndFeel +X-KDE-ParentApp= +X-KDE-PluginInfo-Author= +X-KDE-PluginInfo-Category= +X-KDE-PluginInfo-Email= +X-KDE-PluginInfo-License=GPLv2+ +X-KDE-PluginInfo-Name=org.kde.plasma.satellite +X-KDE-PluginInfo-Version=0.1 +X-KDE-PluginInfo-Website= +X-Plasma-MainScript=defaults