Add AppLauncher

This commit is contained in:
Ly-sec 2025-08-14 18:44:04 +02:00
parent 4635aec80e
commit 2b39cbfe01
6 changed files with 788 additions and 19 deletions

View file

@ -342,24 +342,6 @@ WlSessionLock {
anchors.margins: 12 * Scaling.scale(screen)
spacing: 12 * Scaling.scale(screen)
Text {
text: "●"
color: Colors.error
font.pixelSize: 16 * Scaling.scale(screen)
}
Text {
text: "●"
color: Colors.warning
font.pixelSize: 16 * Scaling.scale(screen)
}
Text {
text: "●"
color: Colors.accentPrimary
font.pixelSize: 16 * Scaling.scale(screen)
}
Text {
text: "SECURE TERMINAL"
color: Colors.textPrimary
@ -554,6 +536,7 @@ WlSessionLock {
border.width: 1
enabled: !lock.authenticating
Layout.alignment: Qt.AlignRight
Layout.bottomMargin: -12 * Scaling.scale(screen)
Text {
anchors.centerIn: parent