82 lines
1.6 KiB
JSON
82 lines
1.6 KiB
JSON
{
|
|
"version": 1,
|
|
"idle": {
|
|
"screensaver": 300,
|
|
"lock": 900
|
|
},
|
|
"bar": {
|
|
"id": "blob.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": "ags toggle quick-settings",
|
|
"onMiddleClick": "omarchy-shell shell toggle omarchy.clock",
|
|
"onRightClick": "omarchy-menu-timezone"
|
|
},
|
|
{
|
|
"id": "omarchy.system-update"
|
|
}
|
|
],
|
|
"right": [
|
|
{
|
|
"id": "omarchy.tray"
|
|
},
|
|
{
|
|
"id": "omarchy.agents"
|
|
},
|
|
{
|
|
"id": "omarchy.bluetooth"
|
|
},
|
|
{
|
|
"id": "omarchy.network"
|
|
},
|
|
{
|
|
"id": "omarchy.audio"
|
|
},
|
|
{
|
|
"id": "omarchy.monitor"
|
|
},
|
|
{
|
|
"id": "omarchy.power"
|
|
},
|
|
{
|
|
"id": "blob.notifications",
|
|
"type": "command",
|
|
"text": "",
|
|
"tooltip": "Notifications",
|
|
"onClick": "ags toggle notification-center",
|
|
"onRightClick": "omarchy-toggle-notification-silencing"
|
|
}
|
|
]
|
|
}
|
|
},
|
|
"plugins": [
|
|
{
|
|
"id": "blob.lock"
|
|
}
|
|
],
|
|
"disabledPlugins": [
|
|
"omarchy.menu",
|
|
"omarchy.lock"
|
|
],
|
|
"cloneSourceRestores": [
|
|
"blob.menu",
|
|
"blob.lock"
|
|
]
|
|
}
|