Browse Source

Update Refresh.sh

pull/197/head
Sipping 2 years ago committed by GitHub
parent
commit
9d2ea03e83
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
_ps=(waybar rofi swaync)
_ps=(waybar rofi swaync cava)
for _prs in "${_ps[@]}"; do
if pidof "${_prs}" >/dev/null; then
pkill "${_prs}"

Loading…
Cancel
Save