From adf36bdd925f856076ff57f5000f24831f9b5fc0 Mon Sep 17 00:00:00 2001 From: Salt Date: Mon, 31 Jul 2017 03:54:22 -0500 Subject: [PATCH] Removed artist from Polybar MPD module\nMopidy Soundcloud plugin doesn't fetch Arists half the time so why bother --- .config/polybar/config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/polybar/config b/.config/polybar/config index 78af7df1..73a4c2ff 100644 --- a/.config/polybar/config +++ b/.config/polybar/config @@ -240,7 +240,7 @@ icon-repeat-once = ⟳1 icon-next = >> icon-next-foreground = ${colors.foreground} -label-song = %title% - %artist% +label-song = %title% label-song-foreground = ${colors.foreground} label-song-maxlen = 25 label-song-ellipsis = true