Waybar : Use dynamic for mpris widget tooltip.
This commit is contained in:
parent
1cad98a7ac
commit
cc39e237e6
|
@ -98,8 +98,9 @@ in {
|
|||
on-click-right = "pactl set-source-mute @DEFAULT_SOURCE@ toggle";
|
||||
};
|
||||
mpris = {
|
||||
format = "{player_icon} {title} - {artist}";
|
||||
format-paused = "{status_icon} {title} - {artist}";
|
||||
format = "{player_icon} {title} - {artist}";
|
||||
format-paused = "{status_icon} {title} - {artist}";
|
||||
tooltip-format = "{player}: {dynamic}";
|
||||
player-icons = {
|
||||
"default" = "";
|
||||
"firefox" = "";
|
||||
|
|
Loading…
Reference in a new issue