add settings for clock, add quote for cookie clock, make quote editable from settings

This commit is contained in:
darksignal7
2025-10-04 13:47:40 +03:00
parent 2399600169
commit 26b9d8193c
4 changed files with 126 additions and 22 deletions
@@ -127,13 +127,20 @@ Singleton {
property real x: -500
property real y: -500
property bool show: true
property string style: "cookie" // Options: "cookie", "digital", "simpler-cookie"
property string style: "cookie" // Options: "cookie", "digital"
property real scale: 1
property int clockSides: 12
property JsonObject cookie: JsonObject {
property bool hourDots: true
property bool timeIndicators: true
property bool minuteHandSizeAdjust: true
}
}
property string wallpaperPath: ""
property string thumbnailPath: ""
property string quote: ""
property bool showQuote: true
property bool hideWhenFullscreen: true
property JsonObject parallax: JsonObject {
property bool vertical: false