Files
dotfiles/omarchy/shell.json
T

84 lines
1.8 KiB
JSON

{
"version": 1,
"idle": {
"screensaver": 300,
"lock": 301
},
"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": "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": [],
"disabledPlugins": [
"omarchy.menu"
],
"cloneSourceRestores": [
"blob.menu"
]
}