waybar: add max title length to MPRIS module
This commit is contained in:
parent
c923221b79
commit
bf5a8f7d28
|
@ -82,8 +82,15 @@
|
|||
mpris = {
|
||||
"format" = "| {player_icon} {status_icon} {artist} - {title}";
|
||||
"tooltip-format" = "{player_icon} ({player}) {dynamic}";
|
||||
"title-len" = 48;
|
||||
"interval" = 1;
|
||||
"dynamic-order" = ["album" "artist" "title" "position" "length"];
|
||||
"dynamic-order" = [
|
||||
"album"
|
||||
"artist"
|
||||
"title"
|
||||
"position"
|
||||
"length"
|
||||
];
|
||||
"player-icons" = {
|
||||
"default" = " ";
|
||||
"emms" = " ";
|
||||
|
|
Loading…
Reference in a new issue