From a606b53cd994add2a3d4971ab5bfa5eea301f651 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Fri, 21 Nov 2025 19:32:40 +0100 Subject: [PATCH] Collapse the walker migrations to the one that does 2.0 --- migrations/1754515289.sh | 4 ---- migrations/1756060611.sh | 1 - migrations/1758107879.sh | 5 +++++ 3 files changed, 5 insertions(+), 5 deletions(-) delete mode 100644 migrations/1754515289.sh diff --git a/migrations/1754515289.sh b/migrations/1754515289.sh deleted file mode 100644 index 23f4db5e..00000000 --- a/migrations/1754515289.sh +++ /dev/null @@ -1,4 +0,0 @@ -echo "Update and restart Walker to resolve stuck Omarchy menu" - -sudo pacman -Syu --noconfirm walker-bin -omarchy-restart-walker diff --git a/migrations/1756060611.sh b/migrations/1756060611.sh index 67d819b6..2aab819a 100644 --- a/migrations/1756060611.sh +++ b/migrations/1756060611.sh @@ -13,7 +13,6 @@ reinstall_package_opr yay-bin yay reinstall_package_opr obsidian-bin obsidian reinstall_package_opr localsend-bin localsend reinstall_package_opr omarchy-chromium-bin omarchy-chromium -reinstall_package_opr walker-bin reinstall_package_opr python-terminaltexteffects reinstall_package_opr tzupdate reinstall_package_opr typora diff --git a/migrations/1758107879.sh b/migrations/1758107879.sh index b42979f4..aaae09df 100644 --- a/migrations/1758107879.sh +++ b/migrations/1758107879.sh @@ -17,6 +17,7 @@ PACKAGES=( "elephant-websearch" "elephant-todo" "walker" + "libqalculate" ) for pkg in "${PACKAGES[@]}"; do @@ -31,6 +32,10 @@ if [[ "$WALKER_MAJOR" -lt 2 ]]; then NEEDS_MIGRATION=true fi +# Ensure basic config is present +mkdir -p ~/.config/walker +cp -r ~/.local/share/omarchy/config/walker/* ~/.config/walker/ + if $NEEDS_MIGRATION; then kill -9 $(pgrep -x walker) 2>/dev/null || true