More theming

This commit is contained in:
quadbyte 2025-08-09 22:45:06 -04:00
parent 55bc7c9534
commit 71cb79b08b
11 changed files with 140 additions and 88 deletions

View file

@ -11,13 +11,9 @@ Rectangle {
height: textItem.paintedHeight
color: "transparent"
Text {
NText {
id: textItem
text: Time.time
font.family: Settings.settings.fontFamily
font.weight: Font.Bold
font.pointSize: Style.fontMedium * scaling
color: Colors.textPrimary
anchors.centerIn: parent
}
@ -36,9 +32,7 @@ Rectangle {
}
onClicked: function () {
calendar.visible = !calendar.visible
if (calendar.visible) {
tooltip.hide()
}
tooltip.hide()
}
}