diff --git a/.config/polybar/config b/.config/polybar/config index 9e567e44..8a59e377 100644 --- a/.config/polybar/config +++ b/.config/polybar/config @@ -74,7 +74,7 @@ border-bottom-color = ${res/colors.primary} modules-left = i3 bspwm || wlan modules-center = xwindow -modules-right = temperature-ramp || cpu-label memory-label || volume-ramp battery-ramp || date +modules-right = temperature-ramp || cpu-label memory-label || mpd volume-ramp battery-ramp || date ; LOWER ;==================== @@ -447,9 +447,17 @@ label-background = ${res/colors.background} [module/mpd] type = internal/mpd -format-online = +format-online = format-offline = +icon-next =  +icon-pause =  +icon-play =  +icon-prev =  +icon-random =  +icon-repeat =  +icon-stop =  + label-song = %title% label-song-foreground = ${res/colors.foreground} label-song-background = ${res/colors.background}