mirror of
https://github.com/zoriya/noctalia-shell.git
synced 2026-06-05 03:30:03 +00:00
Add AppLauncher
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user