Fork the desktop off Omarchy as a self-contained system

This commit is contained in:
2026-09-19 23:50:39 -04:00
parent 16a56f49a1
commit 9501f2bb4d
559 changed files with 43273 additions and 0 deletions
+39
View File
@@ -0,0 +1,39 @@
{
"version": 1,
"idle": {
"screensaver": 150,
"lock": 300
},
"bar": {
"position": "top",
"transparent": false,
"centerAnchor": "blob.clock",
"layout": {
"left": [
{ "id": "blob.menu" },
{ "id": "blob.workspaces" }
],
"center": [
{ "id": "blob.indicators" },
{
"id": "blob.clock",
"format": "dddd HH:mm",
"formatAlt": "d MMMM 'W'ww yyyy",
"verticalFormat": "HH\n—\nmm"
},
{ "id": "blob.keyboard-layout" },
{ "id": "blob.weather" },
{ "id": "blob.system-update" }
],
"right": [
{ "id": "blob.tray" },
{ "id": "blob.bluetooth" },
{ "id": "blob.network" },
{ "id": "blob.audio" },
{ "id": "blob.monitor" },
{ "id": "blob.power" }
]
}
},
"plugins": []
}