From 0d6deedaefc024dc83c694ece423fd651a4a709e Mon Sep 17 00:00:00 2001 From: Breizh Date: Sat, 13 Aug 2022 00:51:06 +0200 Subject: [PATCH] Fix i3blocks/mpd --- .i3blocks/mpd | 2 -- 1 file changed, 2 deletions(-) diff --git a/.i3blocks/mpd b/.i3blocks/mpd index 31ba453..9d3345b 100755 --- a/.i3blocks/mpd +++ b/.i3blocks/mpd @@ -88,8 +88,6 @@ do o[${output%%:*}]="${output##*: }" done - unset output - # Récupération des informations du morceau en cours echo "currentsong" >&$IN || self-reset while read -t 1 -u $OUT output