mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-04-29 07:03:08 +00:00
skeleton of l-n-f package to be filled with content
This commit is contained in:
parent
5b14e878e6
commit
e7c2076f67
2 changed files with 24 additions and 0 deletions
8
look-and-feel/lockscreen/LockScreen.qml
Normal file
8
look-and-feel/lockscreen/LockScreen.qml
Normal file
|
|
@ -0,0 +1,8 @@
|
||||||
|
Item {
|
||||||
|
id: lockscreen
|
||||||
|
|
||||||
|
Rectangle {
|
||||||
|
id: test
|
||||||
|
color: red
|
||||||
|
}
|
||||||
|
}
|
||||||
16
look-and-feel/metadata.desktop
Normal file
16
look-and-feel/metadata.desktop
Normal file
|
|
@ -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
|
||||||
Loading…
Reference in a new issue