Restore waybar MPRIS module formatting
This commit is contained in:
parent
dfae7ac2f0
commit
770765389b
|
@ -53,8 +53,8 @@
|
||||||
sort-by = "id";
|
sort-by = "id";
|
||||||
};
|
};
|
||||||
mpris = {
|
mpris = {
|
||||||
"format" = "{player_icon} ({player}) {dynamic}";
|
"format" = "{player_icon} {artist} - {title}";
|
||||||
# "tooltip-format" = "{player_icon} ({player}) {dynamic}";
|
"tooltip-format" = "{player_icon} ({player}) {dynamic}";
|
||||||
"interval" = 1;
|
"interval" = 1;
|
||||||
"dynamic-order" = [ "album" "artist" "title" "position" "length" ];
|
"dynamic-order" = [ "album" "artist" "title" "position" "length" ];
|
||||||
"player-icons" = {
|
"player-icons" = {
|
||||||
|
|
Loading…
Reference in a new issue