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