Fork the desktop off Omarchy as a self-contained system
This commit is contained in:
+47
@@ -0,0 +1,47 @@
|
||||
{
|
||||
"version": 1,
|
||||
"idle": {
|
||||
"screensaver": 300,
|
||||
"lock": 900
|
||||
},
|
||||
"bar": {
|
||||
"position": "top",
|
||||
"transparent": false,
|
||||
"centerAnchor": "blob.clock",
|
||||
"layout": {
|
||||
"left": [
|
||||
{ "id": "blob.menu" },
|
||||
{ "id": "blob.workspaces" }
|
||||
],
|
||||
"center": [
|
||||
{
|
||||
"id": "blob.clock",
|
||||
"type": "command",
|
||||
"exec": "date '+%A %d %B %H:%M'",
|
||||
"interval": 15,
|
||||
"onClick": "blob-shell shell toggle blob.quick-settings",
|
||||
"onMiddleClick": "blob-shell shell toggle blob.clock",
|
||||
"onRightClick": "blob-menu-timezone"
|
||||
},
|
||||
{ "id": "blob.system-update" }
|
||||
],
|
||||
"right": [
|
||||
{ "id": "blob.tray" },
|
||||
{ "id": "blob.bluetooth" },
|
||||
{ "id": "blob.network" },
|
||||
{ "id": "blob.audio" },
|
||||
{ "id": "blob.monitor" },
|
||||
{ "id": "blob.power" },
|
||||
{
|
||||
"id": "blob.notifications",
|
||||
"type": "command",
|
||||
"text": "",
|
||||
"tooltip": "Notifications",
|
||||
"onClick": "blob-shell shell toggle blob.notification-center",
|
||||
"onRightClick": "blob-toggle-silencing"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"plugins": []
|
||||
}
|
||||
Reference in New Issue
Block a user