mirror of
https://github.com/AvengeMedia/DankMaterialShell.git
synced 2025-12-05 21:15:38 -05:00
12 lines
156 B
QML
12 lines
156 B
QML
import QtQuick
|
|
import Quickshell
|
|
import Quickshell.Services.Greetd
|
|
import qs.Common
|
|
import qs.Modules.Greetd
|
|
|
|
Scope {
|
|
id: root
|
|
|
|
GreeterSurface {}
|
|
}
|