import Quickshell import Quickshell.Io import QtQuick import "../common" as Common Item { id: root width: text.width + 15 height: text.height Common.Container {} Text { anchors.centerIn: parent id: text text: ClockData.date font.pointSize: 10.25 color: "white" } }