omarchy/migrations/1752981883.sh
David Heinemeier Hansson 673cea1644 Also on removes
2025-08-24 17:36:02 +02:00

14 lines
365 B
Bash

echo "Replace wofi with walker as the default launcher"
if ! command -v walker &>/dev/null; then
yay -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