3 lines
92 B
Bash
3 lines
92 B
Bash
![]() |
song_info=$(playerctl metadata --format '{{title}} {{artist}}')
|
||
|
echo "$song_info"
|