forked from Shinonome/dots-hyprland
config option for time format
This commit is contained in:
@@ -103,6 +103,12 @@ Singleton {
|
||||
}
|
||||
}
|
||||
|
||||
property QtObject time: QtObject {
|
||||
// https://doc.qt.io/qt-6/qtime.html#toString
|
||||
property string format: "hh:mm"
|
||||
property string dateFormat: "dddd, dd/MM"
|
||||
}
|
||||
|
||||
property QtObject hacks: QtObject {
|
||||
property int arbitraryRaceConditionDelay: 20 // milliseconds
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user