mirror of
https://github.com/AvengeMedia/DankMaterialShell.git
synced 2026-04-03 20:32:07 -04:00
10 lines
105 B
QML
10 lines
105 B
QML
import QtQuick
|
|
import Quickshell
|
|
import qs.Modules.Greetd
|
|
|
|
Scope {
|
|
id: root
|
|
|
|
GreeterSurface {}
|
|
}
|