fix script'

This commit is contained in:
Sakooooo 2023-07-22 22:36:31 +03:00
parent ee5f98c355
commit 14fb5ec88a
Signed by: sako
GPG key ID: 3FD715D87D7725E0

View file

@ -6,6 +6,7 @@ trap "killall waybar" EXIT
while true; do while true; do
waybar & waybar &
export APP_PID=$!
inotifywait -e create,modify $CONFIG_FILES inotifywait -e create,modify $CONFIG_FILES
killall waybar kill $APP_PID
done done