mirror of
https://github.com/arthur-pbty/arthur-os.git
synced 2026-08-01 20:28:16 +02:00
11 lines
357 B
Bash
11 lines
357 B
Bash
echo "Switch back to mainline chromium now that it supports full live theming"
|
|
|
|
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
|