waybar: show artist in player component

This commit is contained in:
2022-06-22 17:12:27 +03:00
parent a86db7dcea
commit 737b8b1f3e

View File

@@ -23,7 +23,7 @@
"tooltip": false
},
"custom/player": {
"exec": "playerctl metadata -f '{{title}}' -F"
"exec": "playerctl metadata -f '{{title}} - {{artist}}' -F"
},
"pulseaudio": {
"tooltip": false,