37 lines
771 B
JSON
37 lines
771 B
JSON
{
|
|
"mpris": {
|
|
// "player":
|
|
// "ignored-players":
|
|
// "interval":
|
|
"format": "{player_icon} {title} - {artist}",
|
|
"format-paused": "{status_icon} {title} - {artist}",
|
|
"tooltip-format": "Playing: {title} - {artist}",
|
|
"tooltip-format-paused": "Paused: {title} - {artist}",
|
|
// "enable-tooltip-len-limits":
|
|
// "on-click":
|
|
// "on-click-middle":
|
|
// "on-click-right":
|
|
"player-icons": {
|
|
"default": ""
|
|
},
|
|
"status-icons": {
|
|
"paused": ""
|
|
},
|
|
// "artist-len":
|
|
// "album-len":
|
|
// "title-len":
|
|
// "dynamic-len":
|
|
// "dynamic-order":
|
|
// "dynamic-separator":
|
|
// "dynamic-importance-order":
|
|
// "truncate-hours":
|
|
// "ellipsis":
|
|
// "rotate":
|
|
// "min-length":
|
|
"max-length": 1000
|
|
// "align":
|
|
// "justify":
|
|
// "expand":
|
|
}
|
|
}
|