improve webp-convert.sh
[scripts.git] / i3blocks-music.pl
index 97deed4df26bd1da26d436955dd5f1cffc3410d2..ead4f4dbbb517140cc156f40ebc71421e47a1561 100755 (executable)
@@ -14,12 +14,12 @@ if ($ARGV[0] =~ "--player=") {
 }
 
 # Check playback status and set appropriate colour
-$_ = qx(playerctl status);
+$_ = qx(playerctl $player_arg status);
 if (not m/Playing/) {
-  print("<span color='#586e75'>");
+  print("<span color='#586e75'>♪ ");
 }
 else {
- print("<span>");
+ print("<span>♪ ");
 }
 
 # Obtain & format metadata from playerctl