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

70 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": "update"
},
{
"id": "voxtype"
},
{
"id": "screenRecording"
},
{
"id": "idleInhibitor"
},
{
"id": "notifications"
}
],
"right": [
{
"id": "tray"
},
{
"id": "bluetoothPanel"
},
{
"id": "networkPanel"
},
{
"id": "audioPanel"
},
{
"id": "monitorPanel"
},
{
"id": "powerPanel"
}
]
}
},
"plugins": []
}