Add optional service widgets on shell refresh

This commit is contained in:
David Heinemeier Hansson
2026-06-23 16:22:27 +02:00
parent 3fd36802ac
commit b30758dd2d
6 changed files with 197 additions and 0 deletions
+11
View File
@@ -3,5 +3,16 @@
# omarchy:summary=Reset shell.json to Omarchy defaults
# omarchy:examples=omarchy refresh shell
set -euo pipefail
omarchy-refresh-config omarchy/shell.json
if omarchy-installed-service-dropbox; then
omarchy-config-shell-bar add omarchy.dropbox
fi
if omarchy-installed-service-tailscale; then
omarchy-config-shell-bar add omarchy.tailscale
fi
omarchy-restart-shell