48 lines
1.2 KiB
JSON
48 lines
1.2 KiB
JSON
{
|
|
"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": []
|
|
}
|