diff --git a/src/bin/noise b/src/bin/noise index c7ec0c1..1424a7c 100755 --- a/src/bin/noise +++ b/src/bin/noise @@ -35,7 +35,7 @@ def "main current" [--no-icon(-n) # Disables icon in notification # Lists currently playing song def "main tail" [] { - while true { mpc --host $mpdHost idle player | ignore; mpc --host $mpdHost current} + while true { mpc --host $mpdHost idle playlist | ignore; mpc --host $mpdHost current} } # Skips to next song