mirror of
https://github.com/basecamp/omarchy.git
synced 2026-02-17 15:25:37 +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