non important commit

This commit is contained in:
benstrb 2026-02-28 15:33:14 +01:00
parent 48ce949087
commit c16796d764
2 changed files with 6 additions and 5 deletions

View file

@ -1 +0,0 @@
/run/user/1000/quickshell/vfs/979c82aa12f7c2ec5275061b8383d7c4/.qmlls.ini

View file

@ -8,10 +8,12 @@ PanelWindow {
implicitWidth: 50
color: "#1a1b26"
SystemClock {
id: clock
precision: SystemClock.Minutes
}
Text {
anchors.centerIn: parent
text: "sss"
color: "#a9b1d6"
font.pixelSize: 14
text: Qt.formatDateTime(clock.date, "hh\nmm")
}
}