Integrate swaybg and swayosd into the new shell
This commit is contained in:
@@ -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"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user