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