diff options
author | zachir <zachir@librem.one> | 2025-07-30 06:56:58 -0500 |
---|---|---|
committer | zachir <zachir@librem.one> | 2025-07-30 06:56:58 -0500 |
commit | 73e5ea45e913b713e4dda806addd9e101a9b61c3 (patch) | |
tree | a7094df723feeedb43cd65caa4353c8835c70e56 | |
parent | bc198feaeab19fb95653345c559d6d1cafa0842a (diff) |
Show artist in mpd on waybar
-rw-r--r-- | waybar/config | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/waybar/config b/waybar/config index 1aa4978..bd42d20 100644 --- a/waybar/config +++ b/waybar/config @@ -126,9 +126,9 @@ } }, "mpd": { - "format": "{title}", + "format": "{artist} - {title}", "format-stopped": "", - "format-paused": "{title}", + "format-paused": "{artist} - {title}", "format-disconnected": "", "artist-len": 15, "title-len": 15, |