Integrate swaybg and swayosd into the new shell

This commit is contained in:
David Heinemeier Hansson
2026-05-16 20:34:09 +02:00
parent 83e7f41308
commit 1eab0cffc9
48 changed files with 665 additions and 353 deletions
@@ -5,28 +5,67 @@
"centerAnchor": "calendar",
"layout": {
"left": [
{ "id": "omarchy" },
{ "id": "workspaces" }
{
"id": "omarchy"
},
{
"id": "workspaces"
}
],
"center": [
{ "id": "calendar", "format": "dddd HH:mm", "formatAlt": "dd MMMM 'W'ww yyyy", "verticalFormat": "HH\n—\nmm" },
{ "id": "weatherFlyout" },
{ "id": "update" },
{ "id": "voxtype" },
{ "id": "screenRecording" },
{ "id": "idle" },
{ "id": "notifications" }
{
"id": "calendar",
"format": "dddd HH:mm",
"formatAlt": "dd MMMM 'W'ww yyyy",
"verticalFormat": "HH\n\u2014\nmm"
},
{
"id": "weatherFlyout"
},
{
"id": "update"
},
{
"id": "voxtype"
},
{
"id": "screenRecording"
},
{
"id": "idle"
},
{
"id": "notifications"
}
],
"right": [
{ "id": "tray" },
{ "id": "bluetoothPanel" },
{ "id": "networkPanel" },
{ "id": "audioPanel" },
{ "id": "battery" },
{ "id": "systemStats" },
{ "id": "controlCenter" }
{
"id": "tray"
},
{
"id": "bluetoothPanel"
},
{
"id": "networkPanel"
},
{
"id": "audioPanel"
},
{
"id": "battery"
},
{
"id": "systemStats"
},
{
"id": "controlCenter"
}
]
}
},
"plugins": []
"plugins": [
{
"id": "omarchy.osd"
}
]
}