1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2026-04-14 17:52:10 -04:00

Initial framework

This commit is contained in:
purian23
2026-03-22 23:26:04 -04:00
parent 8d415e9568
commit e31c224301
14 changed files with 540 additions and 32 deletions

View File

@@ -0,0 +1,18 @@
pragma ComponentBehavior: Bound
import QtQuick
import Quickshell
Item {
id: root
required property ShellScreen screen
FrameWindow {
screen: root.screen
}
FrameExclusions {
screen: root.screen
}
}