works
This commit is contained in:
@@ -10,7 +10,7 @@ WrapperMouseArea {
|
||||
|
||||
ClippingWrapperRectangle {
|
||||
id: rect
|
||||
color: Pywal.colors.color12
|
||||
color: Settings.colors.color12
|
||||
radius: 3
|
||||
anchors.fill: parent
|
||||
Text {
|
||||
@@ -19,7 +19,7 @@ WrapperMouseArea {
|
||||
horizontalAlignment: Text.AlignHCenter
|
||||
text: Qt.formatDateTime(clock.date, "dddd HH:mm:ss MM/dd/yyyy")
|
||||
font.pointSize: 11
|
||||
color: Pywal.special.background
|
||||
color: Settings.special.background
|
||||
|
||||
SystemClock {
|
||||
id: clock
|
||||
|
||||
Reference in New Issue
Block a user