mirror of
https://github.com/basecamp/omarchy.git
synced 2025-07-27 12:19:24 +00:00
Restart walker when we refresh the config
This commit is contained in:
@ -8,3 +8,6 @@ if cmp -s ~/.config/walker/config.toml.bak ~/.config/walker/config.toml; then
|
|||||||
else
|
else
|
||||||
echo -e "\e[31mExisting .config/walker/config.toml replaced with new Omarchy default, but a .bak file was made.\e[0m"
|
echo -e "\e[31mExisting .config/walker/config.toml replaced with new Omarchy default, but a .bak file was made.\e[0m"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
pkill walker
|
||||||
|
uwsm app -- walker --gapplication-service &
|
||||||
|
Reference in New Issue
Block a user