greeter test
This commit is contained in:
@@ -0,0 +1,31 @@
|
||||
pragma ComponentBehavior: Bound
|
||||
|
||||
import Quickshell
|
||||
import Quickshell.Wayland
|
||||
import Quickshell.Io
|
||||
import QtQuick
|
||||
import qs.Components
|
||||
|
||||
ShellRoot {
|
||||
id: root
|
||||
|
||||
GreeterState {
|
||||
id: greeter
|
||||
|
||||
username: "zach"
|
||||
}
|
||||
|
||||
GreeterSurface {
|
||||
id: greeterSurface
|
||||
|
||||
greeter: greeter
|
||||
}
|
||||
|
||||
Connections {
|
||||
function onLastWindowClosed(): void {
|
||||
Qt.quit();
|
||||
}
|
||||
|
||||
target: Quickshell
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user