bar
This commit is contained in:
@@ -5,13 +5,16 @@ import Quickshell.Widgets
|
||||
import Quickshell
|
||||
|
||||
Item {
|
||||
width: 250
|
||||
height: 30
|
||||
implicitWidth: t.contentWidth + 10
|
||||
implicitHeight: 30
|
||||
|
||||
ClippingWrapperRectangle {
|
||||
radius: 5
|
||||
anchors.fill: parent
|
||||
Button {
|
||||
Text {
|
||||
id: t
|
||||
verticalAlignment: Text.AlignVCenter
|
||||
horizontalAlignment: Text.AlignHCenter
|
||||
text: Qt.formatDateTime(clock.date, "dddd HH:mm:ss MM/dd/yyyy")
|
||||
font.pointSize: 11
|
||||
|
||||
|
||||
Reference in New Issue
Block a user