test
This commit is contained in:
@@ -14,40 +14,40 @@ ClippingWrapperRectangle {
|
||||
anchors.fill: parent
|
||||
radius: 10
|
||||
|
||||
color: "black"
|
||||
//color: Settings.special.background
|
||||
//color: "black"
|
||||
color: Settings.special.background
|
||||
|
||||
ColumnLayout {
|
||||
anchors.fill: parent
|
||||
Text {
|
||||
id: error
|
||||
text: ""
|
||||
color: "red"
|
||||
//color: Settings.colors.color13
|
||||
//color: "red"
|
||||
color: Settings.colors.color13
|
||||
visible: false
|
||||
}
|
||||
Text {
|
||||
text: "User"
|
||||
color: "white"
|
||||
//color: Settings.special.foreground
|
||||
//color: "white"
|
||||
color: Settings.special.foreground
|
||||
}
|
||||
TextInput {
|
||||
id: username
|
||||
text: "guest"
|
||||
color: "white"
|
||||
//color: Settings.special.foreground
|
||||
//color: "white"
|
||||
color: Settings.special.foreground
|
||||
}
|
||||
Text {
|
||||
text: "Password"
|
||||
color: "white"
|
||||
//color: Settings.special.foreground
|
||||
//color: "white"
|
||||
color: Settings.special.foreground
|
||||
}
|
||||
TextInput {
|
||||
id: password
|
||||
text: "test"
|
||||
echoMode: TextInput.Password
|
||||
color: "white"
|
||||
//color: Settings.special.foreground
|
||||
//color: "white"
|
||||
color: Settings.special.foreground
|
||||
}
|
||||
|
||||
Button {
|
||||
@@ -75,7 +75,7 @@ ClippingWrapperRectangle {
|
||||
|
||||
Greetd.readyToLaunch.connect(() => {
|
||||
console.log("readyToLaunch")
|
||||
Greetd.launch([ "Hyprland" ])
|
||||
Greetd.launch([ "start-hyprland" ])
|
||||
})
|
||||
console.log("createSession")
|
||||
Greetd.createSession(username.text)
|
||||
|
||||
Reference in New Issue
Block a user