mirror of
https://github.com/arthur-pbty/arthur-os.git
synced 2026-08-02 20:28:19 +02:00
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 '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": []
|
|
}
|