clock: separate style for lock screen (#2374) (#2433)

This commit is contained in:
end-4
2025-11-14 22:42:19 +01:00
committed by GitHub
3 changed files with 49 additions and 11 deletions
@@ -158,7 +158,8 @@ Singleton {
property string placementStrategy: "leastBusy" // "free", "leastBusy", "mostBusy"
property real x: 100
property real y: 100
property string style: "cookie" // Options: "cookie", "digital"
property string style: "cookie" // Options: "cookie", "digital"
property string styleLocked: "cookie" // Options: "cookie", "digital"
property JsonObject cookie: JsonObject {
property bool aiStyling: false
property int sides: 14