Clock: new approach to bar clock display based on tokens.

This commit is contained in:
LemmyCook
2025-09-19 23:18:59 -04:00
parent 2cd73c265d
commit f3f8b82fdd
8 changed files with 790 additions and 213 deletions
+1 -8
View File
@@ -93,19 +93,12 @@ ColumnLayout {
}
NToggle {
label: "Use 12-hour time format"
label: "Use 12-hour time format on the lock screen"
description: "On for AM/PM format (e.g., 8:00 PM), off for 24-hour format (e.g., 20:00)."
checked: Settings.data.location.use12hourFormat
onToggled: checked => Settings.data.location.use12hourFormat = checked
}
NToggle {
label: "Show month before day"
description: "On for 09/17/2025, off for 17/09/2025."
checked: Settings.data.location.monthBeforeDay
onToggled: checked => Settings.data.location.monthBeforeDay = checked
}
NToggle {
label: "Show week numbers"
description: "Displays the week of the year (e.g., Week 38) in the calendar."