Port the waybar bar layout to shell.json

Claude-Session: https://claude.ai/code/session_014ADhvRXuiTvrXSbConxUey
This commit is contained in:
2026-08-19 14:08:40 -04:00
parent 69be9e2552
commit fa513944f6
3 changed files with 89 additions and 16 deletions
+26 -15
View File
@@ -18,32 +18,29 @@
}
],
"center": [
{
"id": "omarchy.indicators"
},
{
"id": "omarchy.clock",
"format": "dddd HH:mm",
"format": "dddd d MMMM HH:mm",
"formatAlt": "d MMMM 'W'ww yyyy",
"verticalFormat": "HH\n\u2014\nmm"
},
{
"id": "omarchy.keyboard-layout"
},
{
"id": "omarchy.weather"
"verticalFormat": "HH\n\nmm"
},
{
"id": "omarchy.system-update"
},
{
"id": "omarchy.indicators",
"items": [
"Dictation",
"ScreenRecording",
"StayAwake",
"Dnd"
]
}
],
"right": [
{
"id": "omarchy.tray"
},
{
"id": "omarchy.agents"
},
{
"id": "omarchy.bluetooth"
},
@@ -54,10 +51,24 @@
"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"
}
]
}