2023-09-28 07:11:32 +01:00
|
|
|
let titleFormat = " <b>{title}</b> [{position}/{length}]";
|
|
|
|
in {
|
|
|
|
"format" = "{player_icon} ${titleFormat} {status_icon}";
|
2023-08-03 10:37:36 +01:00
|
|
|
"interval" = 1;
|
|
|
|
"player-icons" = {
|
|
|
|
"default" = "";
|
|
|
|
"mpv" = "";
|
|
|
|
"spotify" = "";
|
|
|
|
"ncspot" = "";
|
|
|
|
};
|
|
|
|
"status-icons" = {
|
|
|
|
"playing" = "";
|
|
|
|
"paused" = "";
|
|
|
|
"stopped" = "";
|
|
|
|
};
|
|
|
|
"ignored-players" = [ "firefox" ];
|
|
|
|
}
|