mirror of
https://github.com/AvengeMedia/DankMaterialShell.git
synced 2026-04-03 20:32:07 -04:00
19 lines
241 B
QML
19 lines
241 B
QML
pragma ComponentBehavior: Bound
|
|
|
|
import QtQuick
|
|
import Quickshell
|
|
|
|
Item {
|
|
id: root
|
|
|
|
required property ShellScreen screen
|
|
|
|
FrameWindow {
|
|
screen: root.screen
|
|
}
|
|
|
|
FrameExclusions {
|
|
screen: root.screen
|
|
}
|
|
}
|