omarchy/migrations/1752981883.sh
David Heinemeier Hansson 186912ca1d Last yays
2025-08-25 09:39:24 +02:00

14 lines
373 B
Bash

echo "Replace wofi with walker as the default launcher"
if ! command -v walker &>/dev/null; then
sudo pacman -Sy --noconfirm --needed walker-bin libqalculate
sudo pacman -Rns --noconfirm wofi
rm -rf ~/.config/wofi
mkdir -p ~/.config/walker
cp -r ~/.local/share/omarchy/config/walker/* ~/.config/walker/
setsid uwsm app -- walker --gapplication-service &
fi