Split update coordination helpers

This commit is contained in:
David Heinemeier Hansson
2026-07-29 20:04:49 -07:00
parent 695614ce6a
commit 8554801537
7 changed files with 295 additions and 98 deletions
+12
View File
@@ -0,0 +1,12 @@
#!/bin/bash
# omarchy:summary=Refresh the shell update status
# omarchy:hidden=true
set -e
if omarchy-update-available >/dev/null; then
omarchy-shell -q omarchy.system-update refresh
else
omarchy-shell -q omarchy.system-update clear
fi