Files
enricobuehler 89de08c82a
ci / docs-site (pull_request) Successful in 1m17s
ci / bun-nix (pull_request) Successful in 22s
ci / docs-drift (pull_request) Successful in 31s
ci / rust-arm64 (pull_request) Successful in 5m48s
ci / web (pull_request) Successful in 5m33s
secret-scan / gitleaks (pull_request) Successful in 16s
installer-smoke / omarchy integration self-check (pull_request) Successful in 1m5s
installer-smoke / build punktfunk-setup (musl) (pull_request) Failing after 7m46s
installer-smoke / omarchy (armed update guard) (pull_request) Skipped
installer-smoke / smoke (arch) (pull_request) Skipped
installer-smoke / smoke (debian-13) (pull_request) Skipped
installer-smoke / smoke (fedora-44) (pull_request) Skipped
ci / rust (pull_request) Successful in 38m13s
fix(omarchy): wait for the shell to list the widget before enabling
Setup copied the plugin files and called `omarchy plugin enable` in the
same instant. The shell learns of a new plugin directory through inotify
and an asynchronous rescan, so the id was still unknown, enable exited 1,
and setup downgraded that to a warning under a green "installed" line.
Every fresh install ended with the widget on disk and absent from the bar.

The wait is the one omarchy-plugin-add uses: ask for a rescan, then poll
the plugin list for up to two seconds before enabling. On omarchy-1 the
old sequence fails at 0 s and succeeds at 3 s; the new one enables on the
first try in 0.4 s.

The manifest now names `right` as its section. Without it Omarchy puts a
bar widget in the center, between weather and system-update, away from
the network and audio widgets it belongs beside.
2026-09-02 15:23:15 +02:00
..