Fix panel IPC hotkeys

This commit is contained in:
David Heinemeier Hansson
2026-06-24 18:26:02 -04:00
parent b7f3be6293
commit b043a9f90e
2 changed files with 14 additions and 10 deletions
+6
View File
@@ -214,6 +214,12 @@ jq -e '
pass "runtime geometry keeps update before indicators"
for panel_id in omarchy.audio omarchy.bluetooth omarchy.monitor omarchy.network omarchy.power; do
shell_ipc "$panel_id" open >/dev/null || fail_with_log "direct panel IPC opens $panel_id"
shell_ipc "$panel_id" close >/dev/null || fail_with_log "direct panel IPC closes $panel_id"
done
pass "direct panel IPC opens and closes default panels"
HOME="$test_home" OMARCHY_PATH="$test_root" PATH="$ROOT/bin:$PATH" "$ROOT/bin/omarchy-config-shell-bar" remove omarchy.audio
for _ in {1..80}; do