2025-08-10 18:43:23 -06:00

25 lines
458 B
QML

import "./bars"
import QtQuick
import Quickshell
import Quickshell.Io
ShellRoot {
// PanelWindow {
// exclusiveZone: 0
// implicitWidth: 600
// implicitHeight: 300
// anchors.top: true
// Rectangle {
// anchors.fill: parent
// color: "black"
// }
// }
//model: Quickshell.screens
TopBar {
//required property var modelData
//screen: modelData
}
}