2 lines
105 B
Bash
Executable file
2 lines
105 B
Bash
Executable file
#!/bin/bash
|
|
echo $(playerctl metadata -p ncspot,%any --format "{{ artist }}\n{{ album }}\n{{ title }}")
|