Clicking the clock reveals a month grid with ISO week numbers, a year progress meter, and month stepping. Right click walks the common label formats and writes the chosen one back to shell.json, so the bar shows what the config stores. The week start toggles from the grid's "W" heading and persists as weekStartDay, defaulting to the locale's own first day. Rich popup widgets live in their own plugin directories, so the clock moves out of bar/widgets/ into panels/clock/. The id is unchanged, so existing layouts and centerAnchor keep working. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
21 lines
425 B
JSON
21 lines
425 B
JSON
{
|
|
"schemaVersion": 1,
|
|
"id": "omarchy.clock",
|
|
"name": "Clock",
|
|
"version": "1.0.0",
|
|
"author": "Omarchy",
|
|
"description": "Date/time label with a calendar popup",
|
|
"kinds": [
|
|
"bar-widget"
|
|
],
|
|
"entryPoints": {
|
|
"barWidget": "BarWidget.qml"
|
|
},
|
|
"barWidget": {
|
|
"displayName": "Clock",
|
|
"description": "Date/time label with a calendar popup",
|
|
"category": "Time",
|
|
"allowMultiple": false
|
|
}
|
|
}
|