mirror of
https://github.com/arthur-pbty/arthur-os.git
synced 2026-08-02 20:28:19 +02:00
Clock and daytime were near-duplicates with different click semantics (clock toggles between formats on left-click and opens the timezone selector on right-click; daytime was non-pressable with a hover tooltip). Standardize on clock, since it's the more capable of the two. - Delete widgets/daytime.qml and its FirstPartyWidgets entry. - Migrate shell-defaults.json, shell.qml's builtin fallback, Bar.qml's fallback bar config, and the settings panel's builtin defaults so the center anchor and center-section entry both reference "clock". - Rename the daytimeSettings form to clockSettings and rephrase "Tooltip format" → "Alternate format (click to toggle)" so the field label matches clock's actual behavior. - Update the gallery dropdown options and bar/README docs.
68 lines
1.1 KiB
JSON
68 lines
1.1 KiB
JSON
{
|
|
"version": 1,
|
|
"idle": {
|
|
"screensaver": 150,
|
|
"lock": 300
|
|
},
|
|
"bar": {
|
|
"position": "top",
|
|
"transparent": false,
|
|
"centerAnchor": "clock",
|
|
"layout": {
|
|
"left": [
|
|
{
|
|
"id": "omarchy"
|
|
},
|
|
{
|
|
"id": "workspaces"
|
|
}
|
|
],
|
|
"center": [
|
|
{
|
|
"id": "clock",
|
|
"format": "dddd HH:mm",
|
|
"formatAlt": "dd MMMM yyyy",
|
|
"verticalFormat": "HH\n\u2014\nmm"
|
|
},
|
|
{
|
|
"id": "weather"
|
|
},
|
|
{
|
|
"id": "indicators",
|
|
"items": [
|
|
"dnd",
|
|
"nightlight",
|
|
"stayAwake",
|
|
"screenrecording",
|
|
"dictation"
|
|
]
|
|
},
|
|
{
|
|
"id": "systemUpdate"
|
|
}
|
|
],
|
|
"right": [
|
|
{
|
|
"id": "tray"
|
|
},
|
|
{
|
|
"id": "bluetoothPanel"
|
|
},
|
|
{
|
|
"id": "networkPanel"
|
|
},
|
|
{
|
|
"id": "audioPanel"
|
|
},
|
|
{
|
|
"id": "monitorPanel"
|
|
},
|
|
{
|
|
"id": "powerPanel"
|
|
}
|
|
]
|
|
}
|
|
},
|
|
"plugins": []
|
|
}
|