Mises à jour diverses

This commit is contained in:
Breizh 2021-09-09 01:46:43 +02:00
parent 7eb7099161
commit e8347ae498
20 changed files with 144 additions and 135 deletions
.i3blocks

View file

@ -12,7 +12,7 @@ else
fi
LONG=40
SHORT=15
SHORT=20
case $BLOCK_BUTTON in
1) mpc -q prev ;;
@ -133,8 +133,8 @@ then
else
[[ -f ${runtime}/mpd ]] && rm ${runtime}/mpd
[[ -f ${runtime}/mpd-scroll ]] && rm ${runtime}/mpd-scroll
printf "%${LONG}s $status[--:-- --:-- --:--]</span>\n" " "
printf "%${SHORT}s $status--:-- --:--</span>\n" " "
printf "$status[--:-- --:-- --:--]</span>\n" " "
printf "$status--:-- --:--</span>\n" " "
fi