From efc058004433a5684406b657668bc6a49c14b3b4 Mon Sep 17 00:00:00 2001 From: Marty Sluijtman Date: Sun, 22 Sep 2024 11:13:46 +0200 Subject: [PATCH] Hardcoded host --- src/bin/noise | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bin/noise b/src/bin/noise index 169c8dc..f740708 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 partitacastellum current} + while true { mpc --host $mpdHost idle player | ignore; mpc --host $mpdHost current} } # Skips to next song