mirror of
https://github.com/arthur-pbty/arthur-os.git
synced 2026-08-02 12:47:49 +02:00
67 lines
1.1 KiB
JSON
67 lines
1.1 KiB
JSON
{
|
|
"version": 1,
|
|
"idle": {
|
|
"screensaver": 150,
|
|
"lock": 300
|
|
},
|
|
"bar": {
|
|
"position": "top",
|
|
"transparent": false,
|
|
"centerAnchor": "calendar",
|
|
"layout": {
|
|
"left": [
|
|
{
|
|
"id": "omarchy"
|
|
},
|
|
{
|
|
"id": "workspaces"
|
|
}
|
|
],
|
|
"center": [
|
|
{
|
|
"id": "calendar",
|
|
"format": "dddd HH:mm",
|
|
"formatAlt": "dd MMMM 'W'ww yyyy",
|
|
"verticalFormat": "HH\n\u2014\nmm"
|
|
},
|
|
{
|
|
"id": "weather"
|
|
},
|
|
{
|
|
"id": "indicators",
|
|
"items": [
|
|
"dnd",
|
|
"stayAwake",
|
|
"screenrecording",
|
|
"dictation"
|
|
]
|
|
},
|
|
{
|
|
"id": "update"
|
|
}
|
|
],
|
|
"right": [
|
|
{
|
|
"id": "tray"
|
|
},
|
|
{
|
|
"id": "bluetoothPanel"
|
|
},
|
|
{
|
|
"id": "networkPanel"
|
|
},
|
|
{
|
|
"id": "audioPanel"
|
|
},
|
|
{
|
|
"id": "monitorPanel"
|
|
},
|
|
{
|
|
"id": "powerPanel"
|
|
}
|
|
]
|
|
}
|
|
},
|
|
"plugins": []
|
|
}
|