import Quickshell import QtQuick Rectangle { z: -1 color: "black" anchors { verticalCenter: parent.verticalCenter } height: 25 width: parent.width radius: 7 }