From c74906fb7708809e1957368b28287b15040c196b Mon Sep 17 00:00:00 2001 From: Marty Sluijtman Date: Mon, 30 Dec 2024 15:25:35 +0100 Subject: [PATCH] Might help to add the 'prev' command in the wrapper --- src/bin/noise | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }