4 lines
75 B
Text
4 lines
75 B
Text
|
|
#!/bin/sh
|
||
|
|
|
||
|
|
playerctl --follow metadata mpris:artUrl | stdbuf -o0 cut -c 8-
|