4 lines
103 B
Bash
4 lines
103 B
Bash
|
#!/usr/bin/env sh
|
||
|
|
||
|
playerctl --player=spotify,%any -f "{{title}} - {{artist}}" metadata -F 2>/dev/null
|