clock: separate style for lock screen (#2374)

This commit is contained in:
nrand
2025-11-10 20:58:35 +02:00
parent f98c422254
commit a065829eee
3 changed files with 39 additions and 11 deletions
@@ -157,7 +157,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: "digital" // Options: "cookie", "digital"
property JsonObject cookie: JsonObject {
property bool aiStyling: false
property int sides: 14