Browse Source

Update Refresh.sh

dont bother killing cava as if cant restart
pull/199/head
Ja.KooLit 2 years ago committed by GitHub
parent
commit
af80dadf99
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      config/hypr/scripts/Refresh.sh

2
config/hypr/scripts/Refresh.sh

@ -15,7 +15,7 @@ file_exists() {
} }
# Kill already running processes # Kill already running processes
_ps=(waybar rofi swaync cava) _ps=(waybar rofi swaync)
for _prs in "${_ps[@]}"; do for _prs in "${_ps[@]}"; do
if pidof "${_prs}" >/dev/null; then if pidof "${_prs}" >/dev/null; then
pkill "${_prs}" pkill "${_prs}"

Loading…
Cancel
Save