3 lines
132 B
Bash
Executable file
3 lines
132 B
Bash
Executable file
#!/bin/bash
|
|
|
|
playerctl --follow metadata --format '{"status":"{{lc(status)}}","artist":"{{artist}}","title":"{{trunc(title,23)}}"}'
|