// TopBar.qml import Quickshell import QtQuick import QtQuick.Layouts import ".." PanelWindow { id: top_bar anchors { top: true left: true right: true } margins { left: 8 right:8 } implicitHeight: 24 color: Resources.palette.bg }