chore(cava): CavaService => SpectrumService

This commit is contained in:
Lemmy
2026-03-06 22:34:14 -05:00
parent 552543091f
commit 77de0b0ade
15 changed files with 123 additions and 105 deletions
+1 -1
View File
@@ -241,7 +241,7 @@ cava)
# Reload cava if it's running, but only if it's not using stdin config
if pgrep -f cava >/dev/null; then
# Check if Cava is running with -p /dev/stdin (managed by CavaService)
# Check if Cava is running with -p /dev/stdin (standalone cava)
if ! pgrep -af cava | grep -q -- "-p.*stdin"; then
pkill -USR1 cava
fi