Files
dotfiles/omarchy/shell.json
T

78 lines
1.6 KiB
JSON

{
"version": 1,
"idle": {
"screensaver": 300,
"lock": 301
},
"bar": {
"position": "top",
"transparent": false,
"centerAnchor": "omarchy.clock",
"layout": {
"left": [
{
"id": "omarchy.menu"
},
{
"id": "omarchy.workspaces"
}
],
"center": [
{
"id": "omarchy.clock",
"format": "dddd d MMMM HH:mm",
"formatAlt": "d MMMM 'W'ww yyyy",
"verticalFormat": "HH\n—\nmm"
},
{
"id": "omarchy.system-update"
},
{
"id": "omarchy.indicators",
"items": [
"Dictation",
"ScreenRecording",
"StayAwake",
"Dnd"
]
}
],
"right": [
{
"id": "omarchy.tray"
},
{
"id": "omarchy.bluetooth"
},
{
"id": "omarchy.network"
},
{
"id": "omarchy.audio"
},
{
"id": "blob.cpu",
"type": "command",
"text": "󰍛",
"tooltip": "System monitor",
"onClick": "omarchy-launch-or-focus-tui btop",
"onMiddleClick": "alacritty",
"onRightClick": "ags toggle sys-monitor"
},
{
"id": "omarchy.power"
},
{
"id": "blob.notifications",
"type": "command",
"text": "",
"tooltip": "Notifications",
"onClick": "ags toggle notification-center",
"onRightClick": "omarchy-toggle-notification-silencing"
}
]
}
},
"plugins": []
}