forked from Shinonome/dots-hyprland
clock
This commit is contained in:
@@ -7,7 +7,6 @@ pragma Singleton
|
||||
// your singletons should always have Singleton as the type
|
||||
Singleton {
|
||||
property string time: Qt.formatDateTime(clock.date, "hh:mm")
|
||||
// something like Wednesday, 09/04
|
||||
property string date: Qt.formatDateTime(clock.date, "dddd, dd/MM")
|
||||
|
||||
SystemClock {
|
||||
|
||||
Reference in New Issue
Block a user