progress dump
This commit is contained in:
parent
b750421f65
commit
cc71593a9b
7 changed files with 38 additions and 36 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue