diff options
| author | Sam Nystrom <sam@samnystrom.dev> | 2026-01-14 16:29:13 -0500 |
|---|---|---|
| committer | Sam Nystrom <sam@samnystrom.dev> | 2026-01-14 16:29:13 -0500 |
| commit | 3ac17574dbcfe68b2fba11aeeb445f04d1170c2a (patch) | |
| tree | 6d41e3d082f5ccfda58c983962e3c06f4baece8e /.config/quickshell/Time.qml | |
| parent | 2c6ae8a4287ffad33a8c41b08ef47b62494a67dd (diff) | |
update qs config
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 |
