progress dump

This commit is contained in:
Bloxx12 2025-05-06 10:30:18 +02:00
commit cc71593a9b
Signed by: faukah
SSH key fingerprint: SHA256:Uj2AXqvtdCA4hn5Hq0ZonhIAyUqI1q4w2sMG3Z1TH7E
7 changed files with 38 additions and 36 deletions

View file

@ -4,11 +4,11 @@ import Quickshell
Rectangle {
width: parent.width
height: width * 1.5
height: text.height + 10
border.color: "black"
border.width: 1
border.width: 2
radius: 5
// color: "green"
color: "#30c0ffff"
Item {
width: parent.width
@ -26,9 +26,9 @@ Rectangle {
anchors.centerIn: parent
property var date: Date()
text: Qt.formatDateTime(clock.date, "hh\nmm\nss")
text: Qt.formatDateTime(clock.date, "hh\nmm")
font.family: "Iosevka NF"
font.family: "ComicShannsMono Nerd Font Mono"
font.weight: Font.ExtraBold
font.pointSize: 18