Ryan Hughes
4a665af581
Drop bin/omarchy-menu; sweep JSONC actions to bare commands
...
The shell now owns the menu — both data and dispatch. The 821-line bash
bin was carrying the open path (cold spawn + jq pipeline + tempfile dance
+ IPC + poll) and a grab-bag of helpers that only existed inside it. Both
go away in this commit.
New bins for the few composite helpers that were genuinely worth keeping:
- omarchy-install-app NAME PKG
- omarchy-install-and-launch NAME PKG DESKTOP_ID
- omarchy-install-font LABEL PKG FAMILY
- omarchy-launch-config-editor PATH
- omarchy-reminder-set-interactive
- omarchy-capture-screenrecording-with-webcam
Sweep through default/omarchy/omarchy-menu.jsonc rewrites:
- present_terminal X -> omarchy-launch-floating-terminal-with-presentation X
- install_terminal X -> omarchy-launch-floating-terminal-with-presentation 'omarchy-install-terminal X'
- install / install_and_launch / install_font / open_in_editor -> new bins above
- terminal X -> xdg-terminal-exec --app-id=org.omarchy.terminal X
- default_browser_is X -> [[ "$(omarchy-default-browser)" == "X" ]]
- default_terminal_is X / default_editor_is X / haptic_touchpad_is X same shape
- $(hypr_config_file X) -> ~/.config/hypr/X.lua
- show_custom_reminder_input -> omarchy-reminder-set-interactive
- screenrecord_with_webcam -> omarchy-capture-screenrecording-with-webcam
- stop_active_screenrecording -> omarchy-capture-screenrecording --stop-recording
Hyprland bindings switch from `omarchy-menu X` to
`omarchy-shell-ipc menu summon X` (the keybind hot path now skips bash
entirely). The Bar.qml omarchy widget and the battery right-click do the
same. ALT+PRINT becomes a one-liner: stop the recording if one is going,
otherwise summon the screenrecord submenu.
Measured: keybind-to-visible is ~30ms (was ~235ms). The shell's plugin
keepLoaded:true stops being theoretical \u2014 the menu data lives in memory
across opens, and the only work between keypress and paint is the IPC
roundtrip and the layer-shell window mount.
2026-05-14 17:43:12 -04:00
..
2026-05-14 14:21:07 -04:00
2026-05-01 17:40:22 +02:00
2026-05-02 10:24:31 +02:00
2026-05-01 17:40:22 +02:00
2026-05-01 17:40:22 +02:00
2026-05-06 12:56:51 +02:00
2026-05-01 17:40:22 +02:00
2026-05-01 17:40:22 +02:00
2026-05-01 17:40:22 +02:00
2026-05-01 17:40:22 +02:00
2026-05-01 17:40:22 +02:00
2026-05-11 09:53:07 +02:00
2026-05-11 09:53:07 +02:00
2026-05-11 10:40:26 -04:00
2026-05-06 12:18:57 +02:00
2026-05-06 12:12:26 +02:00
2026-05-02 10:24:31 +02:00
2026-05-14 16:33:20 -04:00
2026-05-14 17:43:12 -04:00
2026-05-14 14:21:07 -04:00
2026-05-14 14:21:07 -04:00
2026-05-01 17:40:22 +02:00
2026-05-01 17:40:22 +02:00
2026-05-01 17:40:22 +02:00
2026-05-06 12:56:51 +02:00
2026-05-01 17:40:22 +02:00
2026-05-01 17:40:22 +02:00
2026-05-14 14:21:07 -04:00
2026-05-14 14:21:07 -04:00
2026-05-14 14:21:07 -04:00
2026-05-01 17:40:22 +02:00
2026-05-01 17:40:22 +02:00
2026-05-11 17:41:30 -04:00
2026-05-06 12:56:51 +02:00
2026-05-01 17:40:22 +02:00
2026-05-06 12:58:55 +02:00
2026-05-06 12:58:55 +02:00
2026-05-11 15:28:33 -04:00
2026-05-14 16:34:21 -04:00
2026-05-01 17:40:22 +02:00
2026-05-14 16:34:21 -04:00
2026-05-11 13:01:45 +02:00
2026-05-11 13:01:45 +02:00
2026-05-01 17:40:22 +02:00
2026-05-01 17:40:22 +02:00
2026-05-02 13:10:47 +02:00
2026-05-07 10:33:12 +02:00
2026-05-07 10:34:28 +02:00
2026-05-01 17:40:22 +02:00
2026-05-01 17:40:22 +02:00
2026-05-07 12:10:45 +02:00
2026-05-08 21:07:51 +02:00
2026-05-01 17:40:22 +02:00
2026-05-01 17:40:22 +02:00
2026-05-01 17:40:22 +02:00
2026-05-01 17:40:22 +02:00
2026-05-01 17:40:22 +02:00
2026-05-01 17:40:22 +02:00
2026-05-01 17:40:22 +02:00
2026-05-03 15:58:32 +02:00
2026-05-03 15:58:32 +02:00
2026-05-11 10:40:26 -04:00
2026-05-01 17:40:22 +02:00
2026-05-01 17:40:22 +02:00
2026-05-01 17:40:22 +02:00
2026-05-01 17:40:22 +02:00
2026-05-01 17:40:22 +02:00
2026-05-05 21:18:09 +02:00
2026-05-11 10:40:26 -04:00
2026-05-11 10:40:26 -04:00
2026-05-09 19:55:15 +02:00
2026-05-14 02:25:05 -04:00
2026-05-14 14:21:07 -04:00
2026-05-01 17:40:22 +02:00
2026-05-14 14:21:07 -04:00
2026-05-11 10:40:26 -04:00
2026-05-11 10:40:26 -04:00
2026-05-11 10:40:26 -04:00
2026-05-01 17:40:22 +02:00
2026-05-11 10:40:26 -04:00
2026-05-10 11:26:59 +02:00
2026-05-11 10:40:26 -04:00
2026-05-14 14:21:07 -04:00
2026-05-14 17:43:12 -04:00
2026-05-14 17:43:12 -04:00
2026-05-07 16:11:48 +02:00
2026-05-04 13:23:27 +02:00
2026-05-01 17:40:22 +02:00
2026-05-04 13:23:27 +02:00
2026-05-01 17:40:22 +02:00
2026-05-14 17:43:12 -04:00
2026-05-04 13:23:27 +02:00
2026-05-04 13:23:27 +02:00
2026-05-04 13:23:27 +02:00
2026-05-04 13:23:27 +02:00
2026-05-04 13:23:27 +02:00
2026-05-10 16:47:21 +02:00
2026-05-04 13:23:27 +02:00
2026-05-04 13:23:27 +02:00
2026-05-04 13:23:27 +02:00
2026-05-05 12:53:51 +02:00
2026-05-01 17:40:22 +02:00
2026-05-01 17:40:22 +02:00
2026-05-01 17:40:22 +02:00
2026-05-06 21:05:34 +02:00
2026-05-01 17:40:22 +02:00
2026-05-06 12:56:51 +02:00
2026-05-01 17:40:22 +02:00
2026-05-01 17:40:22 +02:00
2026-05-01 17:40:22 +02:00
2026-05-01 17:40:22 +02:00
2026-05-14 17:43:12 -04:00
2026-05-01 17:40:22 +02:00
2026-05-01 17:40:22 +02:00
2026-05-11 10:40:26 -04:00
2026-05-01 17:40:22 +02:00
2026-05-01 17:40:22 +02:00
2026-05-14 14:21:07 -04:00
2026-05-14 02:25:05 -04:00
2026-05-01 17:40:22 +02:00
2026-05-01 17:40:22 +02:00
2026-05-01 17:40:22 +02:00
2026-05-01 17:40:22 +02:00
2026-05-08 16:02:42 +02:00
2026-05-14 02:21:48 -04:00
2026-05-08 12:40:37 +02:00
2026-05-11 10:40:26 -04:00
2026-05-08 12:40:37 +02:00
2026-05-01 17:40:22 +02:00
2026-05-13 00:20:38 -04:00
2026-05-01 17:40:22 +02:00
2026-05-14 14:21:07 -04:00
2026-05-14 14:21:07 -04:00
2026-05-12 23:58:27 +02:00
2026-05-06 13:05:20 +02:00
2026-05-01 17:40:22 +02:00
2026-05-01 17:40:22 +02:00
2026-05-01 17:40:22 +02:00
2026-05-04 08:54:12 +02:00
2026-05-01 17:40:22 +02:00
2026-05-01 17:40:22 +02:00
2026-05-01 17:40:22 +02:00
2026-05-01 17:40:22 +02:00
2026-05-06 13:09:33 +02:00
2026-05-01 17:40:22 +02:00
2026-05-07 11:16:40 +02:00
2026-05-01 17:40:22 +02:00
2026-05-01 17:40:22 +02:00
2026-05-01 17:40:22 +02:00
2026-05-02 11:47:02 +02:00
2026-05-12 23:58:27 +02:00
2026-05-01 17:40:22 +02:00
2026-05-14 02:21:47 -04:00
2026-05-01 17:40:22 +02:00
2026-05-01 17:40:22 +02:00
2026-05-11 10:40:26 -04:00
2026-05-01 17:40:22 +02:00
2026-05-01 17:40:22 +02:00
2026-05-01 17:40:22 +02:00
2026-05-11 10:19:12 +02:00
2026-05-03 17:03:30 +02:00
2026-05-01 17:40:22 +02:00
2026-05-14 16:33:51 -04:00
2026-05-01 17:40:22 +02:00
2026-05-01 17:40:22 +02:00
2026-05-03 21:01:27 +02:00
2026-05-01 17:40:22 +02:00
2026-05-01 17:40:22 +02:00
2026-05-11 10:11:53 +02:00
2026-05-01 17:40:22 +02:00
2026-05-10 11:26:59 +02:00
2026-05-14 17:43:12 -04:00
2026-05-06 16:26:21 +02:00
2026-05-01 17:40:22 +02:00
2026-05-04 08:57:19 +02:00
2026-05-04 11:18:25 +02:00
2026-05-04 10:31:06 +02:00
2026-05-04 08:57:19 +02:00
2026-05-04 11:36:19 +02:00
2026-05-10 16:47:21 +02:00
2026-05-04 08:57:19 +02:00
2026-05-04 09:57:13 +02:00
2026-05-04 08:57:19 +02:00
2026-05-11 10:40:26 -04:00
2026-05-08 20:52:29 +02:00
2026-05-08 20:52:29 +02:00
2026-05-01 17:40:22 +02:00
2026-05-01 17:40:22 +02:00
2026-05-01 17:40:22 +02:00
2026-05-05 12:53:51 +02:00
2026-05-01 17:40:22 +02:00
2026-05-01 17:40:22 +02:00
2026-05-01 17:40:22 +02:00
2026-05-01 17:40:22 +02:00
2026-05-07 16:48:26 +02:00
2026-05-14 16:33:51 -04:00
2026-05-08 20:44:07 +02:00
2026-05-01 17:40:22 +02:00
2026-05-01 17:40:22 +02:00
2026-05-05 14:22:03 +02:00
2026-05-01 17:40:22 +02:00
2026-05-01 17:40:22 +02:00
2026-05-01 17:40:22 +02:00
2026-05-11 10:40:26 -04:00
2026-05-03 15:01:30 +02:00
2026-05-08 20:52:29 +02:00
2026-05-08 20:52:29 +02:00
2026-05-14 16:33:20 -04:00
2026-05-01 17:40:22 +02:00
2026-05-01 17:40:22 +02:00
2026-05-01 17:40:22 +02:00
2026-05-06 13:20:34 +02:00
2026-05-14 16:34:32 -04:00
2026-05-14 14:21:07 -04:00
2026-05-10 14:29:51 +02:00
2026-05-10 15:05:34 +02:00
2026-05-14 02:25:05 -04:00
2026-05-14 02:25:05 -04:00
2026-05-01 17:40:22 +02:00
2026-05-01 17:40:22 +02:00
2026-05-01 17:40:22 +02:00
2026-05-06 12:18:57 +02:00
2026-05-01 17:40:22 +02:00
2026-05-06 12:18:57 +02:00
2026-05-06 12:52:18 +02:00
2026-05-01 17:40:22 +02:00
2026-05-01 17:40:22 +02:00
2026-05-01 17:40:22 +02:00
2026-05-06 12:12:26 +02:00
2026-05-11 15:29:31 -04:00
2026-05-01 17:40:22 +02:00
2026-05-12 21:57:57 -04:00
2026-05-11 15:29:31 -04:00
2026-05-11 15:29:31 -04:00
2026-05-06 12:56:51 +02:00
2026-05-01 17:40:22 +02:00
2026-05-03 19:36:50 +02:00
2026-05-01 17:40:22 +02:00
2026-05-14 02:25:05 -04:00
2026-05-05 14:22:29 +02:00
2026-05-01 17:40:22 +02:00
2026-05-14 16:33:20 -04:00
2026-05-06 16:26:21 +02:00
2026-05-06 13:20:34 +02:00
2026-05-06 13:20:34 +02:00
2026-05-06 13:20:34 +02:00
2026-05-06 12:56:51 +02:00
2026-05-06 12:56:51 +02:00
2026-05-06 13:20:34 +02:00
2026-05-06 13:20:34 +02:00
2026-05-06 13:20:34 +02:00
2026-05-11 17:41:30 -04:00
2026-05-01 17:40:22 +02:00
2026-05-14 14:21:07 -04:00
2026-05-14 02:25:05 -04:00
2026-05-01 17:40:22 +02:00
2026-05-01 17:40:22 +02:00
2026-05-14 16:33:20 -04:00
2026-05-14 16:33:20 -04:00
2026-05-14 16:33:20 -04:00
2026-05-01 17:40:22 +02:00
2026-05-01 17:40:22 +02:00
2026-05-11 10:40:26 -04:00
2026-05-11 10:40:26 -04:00
2026-05-11 15:29:31 -04:00
2026-05-08 16:07:36 +02:00
2026-05-01 17:40:22 +02:00
2026-05-01 17:40:22 +02:00
2026-05-01 17:40:22 +02:00
2026-05-14 16:33:20 -04:00
2026-05-01 17:40:22 +02:00
2026-05-01 17:40:22 +02:00
2026-05-01 17:40:22 +02:00
2026-05-01 17:40:22 +02:00
2026-05-14 16:33:20 -04:00
2026-05-01 17:40:22 +02:00
2026-05-03 20:26:03 +02:00
2026-05-01 17:40:22 +02:00
2026-05-11 10:40:26 -04:00
2026-05-08 20:48:36 +02:00
2026-05-01 17:40:22 +02:00
2026-05-11 10:40:26 -04:00
2026-05-04 12:38:12 +02:00
2026-05-01 17:40:22 +02:00
2026-05-01 17:40:22 +02:00
2026-05-06 13:21:55 +02:00
2026-05-06 13:23:12 +02:00
2026-05-01 17:40:22 +02:00
2026-05-01 17:40:22 +02:00
2026-05-01 17:40:22 +02:00
2026-05-01 17:40:22 +02:00
2026-05-14 16:33:20 -04:00
2026-05-14 16:33:51 -04:00
2026-05-14 16:33:51 -04:00
2026-05-01 17:40:22 +02:00
2026-05-14 16:33:20 -04:00
2026-05-11 16:32:51 +02:00
2026-05-08 14:24:26 +02:00
2026-05-01 17:40:22 +02:00
2026-05-01 17:40:22 +02:00
2026-05-01 17:40:22 +02:00
2026-05-01 17:40:22 +02:00
2026-05-01 17:40:22 +02:00
2026-05-01 17:40:22 +02:00
2026-05-14 14:21:07 -04:00