From: Andrew Lorimer Date: Tue, 19 May 2020 07:22:49 +0000 (+1000) Subject: add symbol to music indicator X-Git-Url: https://git.lorimer.id.au/scripts.git/diff_plain/8770262e4d7cf5125ad256637fd3d5be3e3f062c?ds=inline add symbol to music indicator --- diff --git a/i3blocks-music.pl b/i3blocks-music.pl index 97deed4..b24f6b1 100755 --- a/i3blocks-music.pl +++ b/i3blocks-music.pl @@ -19,7 +19,7 @@ if (not m/Playing/) { print(""); } else { - print(""); + print("♪ "); } # Obtain & format metadata from playerctl