// TopBar.qml import Quickshell import QtQuick import QtQuick.Layouts import ".." import Quickshell.I3 PanelWindow { id: debug_window anchors { // top: true left: true right: true bottom:true } // margins { // left: 8 // right:8 // top: 0 // bottom: 0 // } implicitHeight:100 width: parent color: Style.bg25 }