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 "tooltip": false
}, },
"custom/player": { "custom/player": {
"exec": "playerctl metadata -f '{{title}}' -F" "exec": "playerctl metadata -f '{{title}} - {{artist}}' -F"
}, },
"pulseaudio": { "pulseaudio": {
"tooltip": false, "tooltip": false,