non important commit
This commit is contained in:
parent
8963772181
commit
fcf6eeca8e
1 changed files with 18 additions and 15 deletions
|
|
@ -1,7 +1,9 @@
|
||||||
import Quickshell
|
import Quickshell
|
||||||
import QtQuick
|
import QtQuick
|
||||||
|
|
||||||
PanelWindow {
|
ShellRoot {
|
||||||
|
id: root
|
||||||
|
PanelWindow {
|
||||||
anchors.top: true
|
anchors.top: true
|
||||||
anchors.left: true
|
anchors.left: true
|
||||||
anchors.bottom: true
|
anchors.bottom: true
|
||||||
|
|
@ -19,4 +21,5 @@ PanelWindow {
|
||||||
font.pixelSize: 14
|
font.pixelSize: 14
|
||||||
text: Qt.formatDateTime(clock.date, "hh\nmm")
|
text: Qt.formatDateTime(clock.date, "hh\nmm")
|
||||||
}
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue