import Quickshell import Quickshell.Io import QtQuick import "../common" as Common Item { id: root width: text.width height: text.height Common.Container {} Text { id: text text: ClockData.time font.pointSize: 10.25 color: "white" } }