From c068d09bbed6174ea69d9ba9443237540513071f Mon Sep 17 00:00:00 2001 From: Breizh Date: Sat, 13 Aug 2022 01:13:37 +0200 Subject: [PATCH] Fix i3blocks/mpd --- .i3blocks/mpd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.i3blocks/mpd b/.i3blocks/mpd index 3266444..dc22701 100755 --- a/.i3blocks/mpd +++ b/.i3blocks/mpd @@ -17,7 +17,7 @@ OUT=${COPROC[0]} sed '/^OK/q' <&$OUT &>/dev/null # Initialisation des valeurs par défaut et des fonctions -declare -i SCROLL=4time_left0 I=0 +declare -i SCROLL=40 I=0 declare -- artist song oldfile human_time() {