diff --git a/src/bin/noise b/src/bin/noise index 2accedd..028fe15 100755 --- a/src/bin/noise +++ b/src/bin/noise @@ -67,7 +67,7 @@ def "main prev" [--no-icon(-n) # Disables icon in notification --host(-H): string # mpd host ] { let host = getHost $host - mpc --host $host + mpc --host $host prev notify $"Switching to:\n(getCurrent $host)" (not $no_icon) $host }