6 lines
208 B
Bash
Executable file
6 lines
208 B
Bash
Executable file
#!/bin/bash
|
|
|
|
artist=$(playerctl --player Feishin metadata artist)
|
|
title=$(playerctl --player Feishin metadata title)
|
|
|
|
printf '{"text":'"\" ${title}\""',"class":"enabled","tooltip":'"\" ${artist}\""'}';
|