mirror of
https://github.com/noctalia-dev/noctalia-shell.git
synced 2026-05-11 17:08:27 +08:00
chore(cava): CavaService => SpectrumService
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user