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

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