non important commit
This commit is contained in:
parent
48ce949087
commit
c16796d764
2 changed files with 6 additions and 5 deletions
|
|
@ -1 +0,0 @@
|
||||||
/run/user/1000/quickshell/vfs/979c82aa12f7c2ec5275061b8383d7c4/.qmlls.ini
|
|
||||||
|
|
@ -8,10 +8,12 @@ PanelWindow {
|
||||||
implicitWidth: 50
|
implicitWidth: 50
|
||||||
color: "#1a1b26"
|
color: "#1a1b26"
|
||||||
|
|
||||||
|
SystemClock {
|
||||||
|
id: clock
|
||||||
|
precision: SystemClock.Minutes
|
||||||
|
}
|
||||||
|
|
||||||
Text {
|
Text {
|
||||||
anchors.centerIn: parent
|
text: Qt.formatDateTime(clock.date, "hh\nmm")
|
||||||
text: "sss"
|
|
||||||
color: "#a9b1d6"
|
|
||||||
font.pixelSize: 14
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue