Restart walker when we refresh the config
This commit is contained in:
parent
ea903c7d65
commit
1c69965819
@ -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 &
|
||||||
|
Loading…
x
Reference in New Issue
Block a user