diff --git a/.config/polybar/config b/.config/polybar/config index 974146c..9de7363 100644 --- a/.config/polybar/config +++ b/.config/polybar/config @@ -95,10 +95,10 @@ offset-y = 3 radius = 0.0 fixed-center = false ;separator= -background = ${colors.background} +; background = ${colors.background} ; #00000000 ;${colors.background} -foreground = ${colors.background} +; foreground = ${colors.background} bottom=true line-size = 0 line-color = #f00 @@ -309,13 +309,22 @@ label-urgent-padding = ${module/bspwm.label-urgent-padding} [module/mpd] type = internal/mpd -format-online = +format-online = + + +label-online-background = ${colors.primary} + +toggle-on-foreground = ${colors.background} +toggle-off-foreground = ${colors.background} + +background = ${colors.background} + +icon-play = a +icon-pause = p +icon-stop = s +icon-prev = < +icon-next = > -icon-prev = a -icon-stop = b -icon-play = c -icon-pause = d -icon-next = e label-song-maxlen = 25 label-song-ellipsis = true