From 6983c1eb909e4c7182ff208da139f2a4469d1514 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yaroslav=20de=20la=20Pe=C3=B1a=20Smirnov?= Date: Sun, 16 Oct 2022 23:14:34 +0300 Subject: waybar-mpris: don't show album name --- dotfiles/.config/waybar/config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dotfiles/.config/waybar/config b/dotfiles/.config/waybar/config index 16a6fdb..4cdc881 100644 --- a/dotfiles/.config/waybar/config +++ b/dotfiles/.config/waybar/config @@ -32,7 +32,7 @@ }, "custom/waybar-mpris": { "return-type": "json", - "exec": "waybar-mpris --position --autofocus --pause=' ' --play=' '", + "exec": "waybar-mpris --position --autofocus --order=\"SYMBOL:ARTIST:TITLE:POSITION\" --pause=' ' --play=' '", "on-click": "waybar-mpris --send toggle", "on-click-right": "waybar-mpris --send player-next" }, -- cgit v1.2.3