add new date style (bubble)

This commit is contained in:
darksignal7
2025-10-05 20:35:24 +03:00
parent 02631da9f1
commit 79ac51a1ca
3 changed files with 75 additions and 3 deletions
@@ -135,7 +135,7 @@ Singleton {
property string hourHandStyle: "fill" // Options: "classic", "fill", "stroke", "hide"
property string minuteHandStyle: "medium" // Options: "classic", "thin", "medium", "bold", "hide"
property string secondHandStyle: "dot" // Options: "dot", "line" , "none"
property string dateStyle: "rotating" // Options: "rotating", "square", "none"
property string dateStyle: "rotating" // Options: "rotating", "square", "bubble" , "none"
property bool timeIndicators: true
property bool centerGlow: true
property bool dateInClock: true