Port the waybar bar layout to shell.json
Claude-Session: https://claude.ai/code/session_014ADhvRXuiTvrXSbConxUey
This commit is contained in:
+26
-15
@@ -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"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user