feat: refactor font settings and add width config option

This commit is contained in:
vaguesyntax
2025-11-29 14:57:38 +03:00
parent c11814b1f8
commit 8892982874
3 changed files with 30 additions and 10 deletions
@@ -190,8 +190,11 @@ Singleton {
property bool showDate: true
property bool animateChange: true
property bool vertical: false
property real weight: 350
property real size: 90
property JsonObject font: JsonObject {
property real weight: 350
property real width: 100
property real size: 90
}
}
property JsonObject quote: JsonObject {
property bool enable: false