mirror of
https://github.com/LukeHagar/omarchy.git
synced 2025-12-06 04:20:23 +00:00
Kickstart Walker service if it goes down
This commit is contained in:
@@ -5,4 +5,9 @@ if ! pgrep -x elephant > /dev/null; then
|
|||||||
setsid uwsm-app -- elephant &
|
setsid uwsm-app -- elephant &
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
# Ensure walker service is running
|
||||||
|
if ! pgrep -f "walker --gapplication-service" > /dev/null; then
|
||||||
|
setsid uwsm-app -- walker --gapplication-service &
|
||||||
|
fi
|
||||||
|
|
||||||
exec walker "$@"
|
exec walker "$@"
|
||||||
|
|||||||
Reference in New Issue
Block a user