diff --git a/migrations/1769510847.sh b/migrations/1769510847.sh index 381d396d..d9c5b260 100644 --- a/migrations/1769510847.sh +++ b/migrations/1769510847.sh @@ -1,6 +1,10 @@ echo "Switch back to mainline chromium now that it supports full live themeing" -echo "Note: This required resetting cookies and settings!" -omarchy-pkg-drop omarchy-chromium -omarchy-pkg-add chromium -omarchy-theme-set-browser +if omarchy-pkg-present omarchy-chromium; then + if gum confirm "Ready to switch to mainstream chromium? (Will close Chromium + reset settings)"; then + pkill -x chromium + omarchy-pkg-drop omarchy-chromium + omarchy-pkg-add chromium + omarchy-theme-set-browser + fi +fi