updated clock module: added animations and removed redundancies
This commit is contained in:
@@ -43,6 +43,12 @@ QtObject {
|
||||
property int popupBorderWidth: 1
|
||||
property int popupAnimDuration: 500
|
||||
|
||||
// ── Clock Popup ───────────────────────────────────────────────────────────
|
||||
// Date format shown in the clock popup.
|
||||
// "MDY" → month/day/year (e.g. 4/28/2026)
|
||||
// "DMY" → day/month/year (e.g. 28/4/2026)
|
||||
property string clockDateFormat: "DMY"
|
||||
|
||||
// ── Tray Styling ─────────────────────────────────────────────────────────
|
||||
property int trayHeight: 26
|
||||
property int trayIconSize: 20
|
||||
|
||||
Reference in New Issue
Block a user