Ask before we close chromium and swap to mainline

This commit is contained in:
David Heinemeier Hansson
2026-02-19 15:48:01 +01:00
parent da0122c85a
commit 83aa9aeb86
+8 -4
View File
@@ -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