mirror of
https://github.com/AvengeMedia/DankMaterialShell.git
synced 2026-05-04 19:42:08 -04:00
- Introduces Standalone & Connected Modes - Updated Animations & Motion effects for both modes - Numerous QOL tweaks and updates throughout the system - Highly inspired to the OG Caelestia Shell / @Soramanew
18 lines
221 B
QML
18 lines
221 B
QML
pragma ComponentBehavior: Bound
|
|
|
|
import QtQuick
|
|
|
|
Item {
|
|
id: root
|
|
|
|
required property var screen
|
|
|
|
FrameWindow {
|
|
targetScreen: root.screen
|
|
}
|
|
|
|
FrameExclusions {
|
|
screen: root.screen
|
|
}
|
|
}
|