mirror of
https://github.com/LukeHagar/omarchy.git
synced 2025-12-06 04:20:23 +00:00
12 lines
281 B
Bash
12 lines
281 B
Bash
echo "Replace wofi with walker as the default launcher"
|
|
|
|
if omarchy-cmd-missing walker; then
|
|
omarchy-pkg-add walker-bin libqalculate
|
|
|
|
omarchy-pkg-drop wofi
|
|
rm -rf ~/.config/wofi
|
|
|
|
mkdir -p ~/.config/walker
|
|
cp -r ~/.local/share/omarchy/config/walker/* ~/.config/walker/
|
|
fi
|