diff options
Diffstat (limited to '.config/quickshell/Time.qml')
| -rw-r--r-- | .config/quickshell/Time.qml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/quickshell/Time.qml b/.config/quickshell/Time.qml index b54b12f..7af1b1f 100644 --- a/.config/quickshell/Time.qml +++ b/.config/quickshell/Time.qml @@ -6,7 +6,7 @@ import QtQuick Singleton { id: root - readonly property string time: Qt.formatDateTime(clock.date, "MMM d hh:mm:ss") + readonly property var time: clock.date SystemClock { id: clock |
