background: add weather widget

Co-Authored-By: Vague Syntax <173799252+vaguesyntax@users.noreply.github.com>
This commit is contained in:
end-4
2025-11-05 00:44:22 +01:00
parent c82a2e835b
commit 37244dc0f7
3 changed files with 76 additions and 1 deletions
@@ -169,7 +169,12 @@ Singleton {
property JsonObject digital: JsonObject {
property bool animateChange: true
}
}
property JsonObject weather: JsonObject {
property bool enable: false
property string placementStrategy: "free" // "free", "leastBusy", "mostBusy"
property real x: 400
property real y: 100
}
}
property string wallpaperPath: ""