Mises à jour diverses

This commit is contained in:
Breizh 2021-04-05 17:09:57 +02:00
parent 7bef308ade
commit ce114c6292
7 changed files with 23 additions and 17 deletions
.i3blocks

View file

@ -54,7 +54,7 @@ if [[ "$origstatus" != "stop" ]] && [[ "$origstatus" != "off" ]]
then
if [[ ! -f $runtime/mpd ]]
then
mpc -f '[[%artist%§]%title%|[%file%]' current > ${runtime}/mpd
mpc -f '[[%artist%§|%name%§]%title%|[%file%]' current > ${runtime}/mpd
fi
song=$(<${runtime}/mpd)