updates
This commit is contained in:
@@ -6,7 +6,7 @@ import Quickshell.Io
|
||||
QtObject {
|
||||
id: root
|
||||
|
||||
property string shortDate: Qt.formatDate(new Date(), "ddd, dd.MM.yyyy - ")
|
||||
property string shortDate: Qt.formatDate(new Date(), "dd.MM.yyyy - ")
|
||||
property string fullDate: Qt.formatDate(new Date(), "dddd, MMMM d, yyyy")
|
||||
property string currentTime: Qt.formatTime(new Date(), "hh:mm:ss")
|
||||
property string uptime: "Uptime: ..."
|
||||
@@ -26,7 +26,7 @@ QtObject {
|
||||
repeat: true
|
||||
triggeredOnStart: true
|
||||
onTriggered: {
|
||||
root.shortDate = Qt.formatDate(new Date(), "ddd, dd.MM.yyyy - ")
|
||||
root.shortDate = Qt.formatDate(new Date(), "dd.MM.yyyy - ")
|
||||
root.fullDate = Qt.formatDate(new Date(), "dddd, MMMM d, yyyy")
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user