simplify clock

This commit is contained in:
Benjamin Palko 2025-07-23 15:41:17 -04:00
parent c4f0fbc1ee
commit c754576ca9

View file

@ -1,19 +1,11 @@
import Quickshell import Quickshell
import Quickshell.Io
import QtQuick
import "../../../styled/" import "../../../styled/"
import "../../../config/" import "../../../config/"
Item { StyledLabel {
id: root
implicitWidth: childrenRect.width implicitWidth: childrenRect.width
implicitHeight: Dimensions.clock.height implicitHeight: Dimensions.clock.height
StyledLabel {
anchors.fill: parent
}
StyledText { StyledText {
id: text id: text
anchors.verticalCenter: parent.verticalCenter anchors.verticalCenter: parent.verticalCenter