Files
arthur-os/shell/shell-defaults.json
T

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": []
}