From 910e0b54c02e86b280d9188f01d5d83e11c292bb Mon Sep 17 00:00:00 2001 From: Marty Sluijtman Date: Mon, 23 Sep 2024 10:38:06 +0200 Subject: [PATCH] Correct event --- src/bin/noise | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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