mirror of
https://github.com/arthur-pbty/arthur-os.git
synced 2026-08-02 20:28:19 +02:00
61 lines
1.1 KiB
JSON
61 lines
1.1 KiB
JSON
{
|
|
"version": 1,
|
|
"idle": {
|
|
"screensaver": 150,
|
|
"lock": 300
|
|
},
|
|
"bar": {
|
|
"position": "top",
|
|
"transparent": false,
|
|
"centerAnchor": "omarchy.clock",
|
|
"layout": {
|
|
"left": [
|
|
{
|
|
"id": "omarchy.menu"
|
|
},
|
|
{
|
|
"id": "omarchy.workspaces"
|
|
}
|
|
],
|
|
"center": [
|
|
{
|
|
"id": "omarchy.clock",
|
|
"format": "dddd HH:mm",
|
|
"formatAlt": "dd MMMM 'W'ww yyyy",
|
|
"verticalFormat": "HH\n\u2014\nmm"
|
|
},
|
|
{
|
|
"id": "omarchy.weather"
|
|
},
|
|
{
|
|
"id": "omarchy.indicators"
|
|
},
|
|
{
|
|
"id": "omarchy.system-update"
|
|
}
|
|
],
|
|
"right": [
|
|
{
|
|
"id": "omarchy.tray"
|
|
},
|
|
{
|
|
"id": "omarchy.bluetooth"
|
|
},
|
|
{
|
|
"id": "omarchy.network"
|
|
},
|
|
{
|
|
"id": "omarchy.audio"
|
|
},
|
|
{
|
|
"id": "omarchy.monitor"
|
|
},
|
|
{
|
|
"id": "omarchy.power"
|
|
}
|
|
]
|
|
}
|
|
},
|
|
"plugins": []
|
|
}
|